Skip to content

Commit e777534

Browse files
committed
change log level
1 parent 8eb0e43 commit e777534

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/runtime/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ pub fn init_risingwave_logger(settings: LoggerSettings, registry: prometheus::Re
159159
.with_target("aws_config", Level::WARN)
160160
// Only enable WARN and ERROR for 3rd-party crates
161161
.with_target("aws_endpoint", Level::WARN)
162+
.with_target("aws_credential_types::cache::lazy_caching", Level::INFO)
162163
.with_target("hyper", Level::WARN)
163164
.with_target("h2", Level::WARN)
164165
.with_target("tower", Level::WARN)

0 commit comments

Comments
 (0)