Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
f3fb09e4
"...ssh:/git@developer.sourcefind.cn:2222/OpenDAS/dynamo.git" did not exist on "7043707e6dd6051fda0b1ccdce2a2632cc87cc09"
Unverified
Commit
f3fb09e4
authored
Jul 17, 2025
by
Kris Hung
Committed by
GitHub
Jul 17, 2025
Browse files
fix: Fix syntax for tokio-console (#1997)
parent
dacffb87
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lib/runtime/src/logging.rs
lib/runtime/src/logging.rs
+1
-1
No files found.
lib/runtime/src/logging.rs
View file @
f3fb09e4
...
@@ -107,7 +107,7 @@ fn setup_logging() {
...
@@ -107,7 +107,7 @@ fn setup_logging() {
.with_ansi
(
!
disable_ansi_logging
())
.with_ansi
(
!
disable_ansi_logging
())
.event_format
(
fmt
::
format
()
.compact
()
.with_timer
(
TimeFormatter
::
new
()))
.event_format
(
fmt
::
format
()
.compact
()
.with_timer
(
TimeFormatter
::
new
()))
.with_writer
(
std
::
io
::
stderr
)
.with_writer
(
std
::
io
::
stderr
)
.with_filter
(
filter
(
load_config
));
.with_filter
(
filter
s
(
load_config
()
));
tracing_subscriber
::
registry
()
tracing_subscriber
::
registry
()
.with
(
l
)
.with
(
l
)
.with
(
tokio_console_layer
.with_filter
(
tokio_console_target
))
.with
(
tokio_console_layer
.with_filter
(
tokio_console_target
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment