Skip to content

Commit

Permalink
chore: disable hyper hyper::client::connect::http by default
Browse files Browse the repository at this point in the history
Signed-off-by: xxchan <[email protected]>
  • Loading branch information
xxchan committed Apr 19, 2024
1 parent 43e8df9 commit 8c6fc00
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/utils/runtime/src/logger.rs
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,7 @@ pub fn init_risingwave_logger(settings: LoggerSettings) {
.with_target("sled", Level::INFO)
.with_target("cranelift", Level::INFO)
.with_target("wasmtime", Level::INFO)
.with_target("sqlx", Level::WARN)
// Expose hyper connection socket addr log.
.with_target("hyper::client::connect::http", Level::DEBUG);
.with_target("sqlx", Level::WARN);

// For all other crates, apply default level depending on the deployment and `debug_assertions` flag.
let default_level = match deployment {
Expand Down

0 comments on commit 8c6fc00

Please sign in to comment.