DeterminateSystems / riff

Riff automatically provides external dependencies for Rust projects, with support for other languages coming soon.
https://riff.sh
Mozilla Public License 2.0
486 stars 13 forks source link

Add --debug flag which sets the log level to debug #146

Closed cole-h closed 2 years ago

cole-h commented 2 years ago

This will print out additional debug logging. It also displays the telemetry that was sent (if it was sent).


--debug takes precedence over the RUST_LOG env var, but I don't know of a good way to communicate this happens because, well, tracing hasn't been set up yet... Just gotta add a directive for us (and only us) that will override the "default" of info! Thanks, Ana!