Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
ee865ca0
Unverified
Commit
ee865ca0
authored
Apr 21, 2025
by
Abrar Shivani
Committed by
GitHub
Apr 21, 2025
Browse files
feat: add additional packages to log filters (#752)
parent
f2e0d6c2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
lib/runtime/src/logging.rs
lib/runtime/src/logging.rs
+6
-0
No files found.
lib/runtime/src/logging.rs
View file @
ee865ca0
...
...
@@ -85,6 +85,12 @@ impl Default for LoggingConfig {
(
"hyper_util"
.to_string
(),
"error"
.to_string
()),
(
"neli"
.to_string
(),
"error"
.to_string
()),
(
"async_nats"
.to_string
(),
"error"
.to_string
()),
(
"rustls"
.to_string
(),
"error"
.to_string
()),
(
"tokenizers"
.to_string
(),
"error"
.to_string
()),
(
"axum"
.to_string
(),
"error"
.to_string
()),
(
"tonic"
.to_string
(),
"error"
.to_string
()),
(
"mistralrs_core"
.to_string
(),
"error"
.to_string
()),
(
"hf_hub"
.to_string
(),
"error"
.to_string
()),
]),
}
}
...
...
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