mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 06:28:20 +03:00
5438ee424c
Use explicit log level in tracing instrument macro Specify a log level in tracing instrument macro explicitly. Additionally reduce the used log level from a default info level to a debug level (all of those appear to be developer oriented logs, so there should be no need to include them in release builds).