I'm getting this error: error[E0433]: failed to resolve: use of undeclared crate or module `tracing` --> C:\Users\fred\.cargo\registry\src\index.crates.io-6f17d22bba15001f\axum-extra-0.9.4\src\typed_header.rs:161:9 | 161 | axum_core::__l...
Instead of proper module and crate names everything is attributed to "log". Contributor kaffarellcommentedJan 15, 2024 Could you provide a code example? I just tested the LogTracer (tracing-log) like it is used in bevy (https://github.com/bevyengine/bevy/blob/main/crates/bevy_log/src/li...