We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b088833 + d3959e5 commit 22c743fCopy full SHA for 22c743f
utils/src/tracing_util.rs
@@ -11,9 +11,9 @@ pub fn initialize_tracing() {
11
.compact();
12
// Log to stderr by default
13
tracing_subscriber::fmt()
14
- .with_env_filter(tracing_subscriber::EnvFilter::from_default_env())
15
.event_format(format)
16
.with_writer(std::io::stderr)
17
.with_max_level(tracing::Level::WARN)
+ .with_env_filter(tracing_subscriber::EnvFilter::from_default_env())
18
.init();
19
}
0 commit comments