log: change default log level of tests to WARNING (#2113)

This commit is contained in:
Luna Yao
2026-04-14 12:10:38 +02:00
committed by GitHub
parent 1cfc135df3
commit 3a4ac59467
+1 -1
View File
@@ -274,7 +274,7 @@ mod tests {
#[ctor::ctor]
fn init() {
let _ = Registry::default()
.with(console_layers(Some(LevelFilter::DEBUG)).unwrap())
.with(console_layers(Some(LevelFilter::WARN)).unwrap())
.try_init();
}