Print init errors
This commit is contained in:
parent
b3e98d32b6
commit
81c4cc991c
2 changed files with 20 additions and 7 deletions
|
|
@ -29,7 +29,7 @@ async fn main() -> ExitCode {
|
|||
match result {
|
||||
Ok(()) => ExitCode::SUCCESS,
|
||||
Err(e) => {
|
||||
eprintln!("Failed to set up logging: {e}");
|
||||
eprintln!("{}", e.serialize().to_string());
|
||||
ExitCode::FAILURE
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue