mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-05-07 02:09:06 +00:00
log: change default log level of tests to WARNING (#2113)
This commit is contained in:
@@ -274,7 +274,7 @@ mod tests {
|
|||||||
#[ctor::ctor]
|
#[ctor::ctor]
|
||||||
fn init() {
|
fn init() {
|
||||||
let _ = Registry::default()
|
let _ = Registry::default()
|
||||||
.with(console_layers(Some(LevelFilter::DEBUG)).unwrap())
|
.with(console_layers(Some(LevelFilter::WARN)).unwrap())
|
||||||
.try_init();
|
.try_init();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user