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 dacffb8 commit f3fb09eCopy full SHA for f3fb09e
lib/runtime/src/logging.rs
@@ -107,7 +107,7 @@ fn setup_logging() {
107
.with_ansi(!disable_ansi_logging())
108
.event_format(fmt::format().compact().with_timer(TimeFormatter::new()))
109
.with_writer(std::io::stderr)
110
- .with_filter(filter(load_config));
+ .with_filter(filters(load_config()));
111
tracing_subscriber::registry()
112
.with(l)
113
.with(tokio_console_layer.with_filter(tokio_console_target))
0 commit comments