Add a new subcommand that brings light (get it?) to cargo's dependency resolving, answering questions like
Yes, I made this issue because I saw the last issue was number 6665. Feel free to close it as "bad joke".
I dig the joke 馃槃
Could this use case be satisfied by documenting something along the lines of RUST_LOG=cargo::ops::resolve=info cargo generate-lockfile?
To propose a bikeshed here, I think it should be called cargo cult
@dwijnand Maybe env RUST_LOG=cargo::core::resolver=trace cargo generate-lockfile if it was more pretty :D
This is how I map log levels:
trace I'm _deeeep_ in this module, give me lots of detailsdebug I'm a cargo dev, give me the general-sense detailed log for this moduleinfo I'm a cargo user, looking some more info from the operations in this moduleBut actually, make this detail (or some of it) should be printed by cargo generate-lockfile -v.
Most helpful comment
This is how I map log levels:
traceI'm _deeeep_ in this module, give me lots of detailsdebugI'm a cargo dev, give me the general-sense detailed log for this moduleinfoI'm a cargo user, looking some more info from the operations in this moduleBut actually, make this detail (or some of it) should be printed by
cargo generate-lockfile -v.