Skip to content

Commit f3fb09e

Browse files
authored
fix: Fix syntax for tokio-console (#1997)
1 parent dacffb8 commit f3fb09e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/runtime/src/logging.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ fn setup_logging() {
107107
.with_ansi(!disable_ansi_logging())
108108
.event_format(fmt::format().compact().with_timer(TimeFormatter::new()))
109109
.with_writer(std::io::stderr)
110-
.with_filter(filter(load_config));
110+
.with_filter(filters(load_config()));
111111
tracing_subscriber::registry()
112112
.with(l)
113113
.with(tokio_console_layer.with_filter(tokio_console_target))

0 commit comments

Comments
 (0)