Add hostname to metrics on panic

This commit is contained in:
Stephen Akridge
2018-08-10 15:59:41 -07:00
committed by sakridge
parent 2318ffc704
commit a206f2570d
4 changed files with 9 additions and 1 deletions

View File

@@ -18,7 +18,6 @@ use solana::wallet::request_airdrop;
use std::fs::File;
use std::net::{IpAddr, Ipv4Addr, SocketAddr};
use std::process::exit;
//use std::time::Duration;
fn main() -> () {
logger::setup();