Skip to content

Commit 3a372ba

Browse files
committed
change log level
1 parent e777534 commit 3a372ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/runtime/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +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)
162+
.with_target("aws_credential_types::cache::lazy_caching", Level::WARN)
163163
.with_target("hyper", Level::WARN)
164164
.with_target("h2", Level::WARN)
165165
.with_target("tower", Level::WARN)

0 commit comments

Comments
 (0)