Skip to content

Commit

Permalink
logger: manager: Remove hyper from console output
Browse files Browse the repository at this point in the history
Now with the query test use for thread leak, there are a bunch of hyper debug messages that are unnecessary

Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Dec 1, 2023
1 parent 6be6311 commit 5eea51f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logger/manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pub fn init() {
} else {
EnvFilter::new(LevelFilter::INFO.to_string())
}
});
}).add_directive("hyper=off".parse().unwrap());
let console_layer = fmt::Layer::new()
.with_writer(std::io::stdout)
.with_ansi(true)
Expand Down

0 comments on commit 5eea51f

Please sign in to comment.