Include program name in panic metric

This commit is contained in:
Michael Vines
2018-07-17 11:00:01 -07:00
parent fb11d8a909
commit 47a22c66b4
3 changed files with 9 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ use std::process::exit;
fn main() -> () {
env_logger::init();
set_panic_hook();
set_panic_hook("fullnode");
let matches = App::new("fullnode")
.arg(
Arg::with_name("identity")