pagebench: use tracing panic hook (#6393)

This commit is contained in:
Christian Schwarz
2024-01-18 19:39:38 +01:00
committed by GitHub
parent 57155ada77
commit 00936d19e1

View File

@@ -35,6 +35,7 @@ fn main() {
logging::Output::Stderr,
)
.unwrap();
logging::replace_panic_hook_with_tracing_panic_hook().forget();
let args = Args::parse();
match args {