Skip to content

Commit

Permalink
refactor(log): change aws_credential_types::cache::lazy_caching log…
Browse files Browse the repository at this point in the history
… level to WARN (#10333)
  • Loading branch information
wcy-fdu authored Jun 14, 2023
1 parent 33694b1 commit e3fe51b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ pub fn init_risingwave_logger(settings: LoggerSettings, registry: prometheus::Re
.with_target("aws_config", Level::WARN)
// Only enable WARN and ERROR for 3rd-party crates
.with_target("aws_endpoint", Level::WARN)
.with_target("aws_credential_types::cache::lazy_caching", Level::WARN)
.with_target("hyper", Level::WARN)
.with_target("h2", Level::WARN)
.with_target("tower", Level::WARN)
Expand Down

0 comments on commit e3fe51b

Please sign in to comment.