Skip to content

Commit 7238131

Browse files
authored
chore: more unnecessary logs (#11287)
1 parent 19d0d2b commit 7238131

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/cli/src/utils/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,11 @@ pub fn subscriber() {
9191

9292
fn env_filter() -> tracing_subscriber::EnvFilter {
9393
const DEFAULT_DIRECTIVES: &[&str] = &[
94-
// Hyper
94+
// Low level networking
9595
"hyper=off",
9696
"hyper_util=off",
9797
"h2=off",
98+
"rustls=off",
9899
// Tokio
99100
"mio=off",
100101
];

0 commit comments

Comments
 (0)