Unverified Commit ee865ca0 authored by Abrar Shivani's avatar Abrar Shivani Committed by GitHub
Browse files

feat: add additional packages to log filters (#752)

parent f2e0d6c2
......@@ -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()),
]),
}
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment