Skip to content

Commit 3f2cadc

Browse files
authored
Merge pull request #699 from kotarac/it-logger
it: suppress logger reinit panic
2 parents 302a4fb + 856e6fd commit 3f2cadc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/it/test_logger.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ thread_local! {
1818
}
1919

2020
pub fn install() {
21-
log::set_logger(&Logger).unwrap();
21+
let _ = log::set_logger(&Logger);
2222
log::set_max_level(LevelFilter::Info);
2323
}
2424

0 commit comments

Comments
 (0)