Skip to content

Commit 49b2026

Browse files
ShootingKing-AMjohan-bjareholt
authored andcommitted
Update logging.rs
1 parent 729f27b commit 49b2026

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

aw-server/src/logging.rs

-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ pub fn setup_logger(testing: bool) -> Result<(), fern::InitError> {
1919
.to_string(),
2020
);
2121

22-
log_panics::Config::new()
23-
.backtrace_mode(log_panics::BacktraceMode::Unresolved)
24-
.install_panic_hook();
2522
log_panics::init();
2623

2724
let colors = ColoredLevelConfig::new()

0 commit comments

Comments
 (0)