Skip to content

Commit 86188ef

Browse files
authored
chore: change storage log level to WARN for playground (risingwavelabs#8406)
1 parent 6f3eb54 commit 86188ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd_all/src/bin/risingwave.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ fn main() -> Result<()> {
128128
Box::new(move |_: Vec<String>| {
129129
let settings = risingwave_rt::LoggerSettings::new()
130130
.enable_tokio_console(false)
131-
.with_target("risingwave_storage", Level::INFO);
131+
.with_target("risingwave_storage", Level::WARN);
132132
risingwave_rt::init_risingwave_logger(settings);
133133

134134
risingwave_rt::main_okk(playground())

0 commit comments

Comments
 (0)