QISO3HXB5IMBL4FPEYONMIBBD4XMF65UBDQZKFTRH2QH62G7ZDTAC
DSKXOP5Q6NRJDD5NNEX7G3L3NHZFJZJE3TZFX25HC7ZHW2T3V6NAC
NO4XUGKJE3FQY4W55JMDRS6GJHCIBQXSXWTMA4HGJBQHGJVRAG4QC
NPSWSVZNDMXYBVCBFSHZ2PVLUSX45LZVUMD6ROS3KLHNMBTYASZQC
.required(true) .takes_value(true), ) .arg( clap::Arg::with_name("port") .long("port")
.required(true)
.takes_value(true),
)
.arg(
clap::Arg::with_name("port")
.long("port")
.arg(clap::Arg::with_name("port").long("port").takes_value(true))
debug!("http server stopping");
error!("http server stopping");
debug!("race stopped");
error!("race stopped");
debug!("election observer stopped");
error!("election observer stopped");
info!("Lock acquired: {:?}", leader);
info!( "Lock acquired: {:?} {:?}", std::str::from_utf8(leader.name()), std::str::from_utf8(leader.key()) );
info!(
"Lock acquired: {:?} {:?}",
std::str::from_utf8(leader.name()),
std::str::from_utf8(leader.key())
);