Skip to content

Commit

Permalink
use info level for aws
Browse files Browse the repository at this point in the history
Signed-off-by: Bugen Zhao <[email protected]>
  • Loading branch information
BugenZhao committed Jan 17, 2024
1 parent 01057b6 commit 3a54d0b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/utils/runtime/src/logger.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,7 @@ pub fn init_risingwave_logger(settings: LoggerSettings) {
// Configure levels for external crates.
filter = filter
.with_target("foyer", Level::WARN)
.with_target("aws_sdk_ec2", Level::INFO)
.with_target("aws_sdk_s3", Level::INFO)
.with_target("aws", Level::INFO)
.with_target("aws_config", Level::WARN)
.with_target("aws_endpoint", Level::WARN)
.with_target("aws_credential_types::cache::lazy_caching", Level::WARN)
Expand Down

0 comments on commit 3a54d0b

Please sign in to comment.