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.
1 parent 0fc7830 commit 4ac494aCopy full SHA for 4ac494a
utils/src/tracing_util.rs
@@ -14,5 +14,6 @@ pub fn initialize_tracing() {
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)
18
.init();
19
}
0 commit comments