diff --git a/tracing/src/macros.rs b/tracing/src/macros.rs index eb80bf0592..f841880ec0 100644 --- a/tracing/src/macros.rs +++ b/tracing/src/macros.rs @@ -1695,7 +1695,7 @@ macro_rules! warn { (%$($k:ident).+ = $($field:tt)*) => ( $crate::event!( target: module_path!(), - $crate::Level::TRACE, + $crate::Level::WARN, { %$($k).+ = $($field)*} ) );