mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-24 00:00:11 +02:00
PR #1103 accidentally changed the log level for the debug and debug_span macros to use the INFO level instead of the DEBUG level. This PR corrects this regression back to the intended behavior.