log panics
This commit is contained in:
@@ -159,6 +159,8 @@ fn logging_init(args: &mut Args) -> anyhow::Result<()> {
|
||||
} else {
|
||||
flexi_logger::Logger::try_with_env_or_str("info")?.start()?;
|
||||
}
|
||||
|
||||
log_panics::init();
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user