|
@ -75,7 +75,7 @@ fn main() { |
|
|
.timestamp(opts.boilerplate.timestamp.unwrap_or(stderrlog::Timestamp::Off))
|
|
|
.timestamp(opts.boilerplate.timestamp.unwrap_or(stderrlog::Timestamp::Off))
|
|
|
.init()
|
|
|
.init()
|
|
|
.expect("initializing logging output");
|
|
|
.expect("initializing logging output");
|
|
|
trace!("Initialized logging");
|
|
|
|
|
|
|
|
|
trace!("Initialized logging, {} v{}", env!("CARGO_PKG_NAME"), env!("CARGO_PKG_VERSION"));
|
|
|
|
|
|
|
|
|
trace!("Starting with application");
|
|
|
trace!("Starting with application");
|
|
|
if let Err(ref e) = app::main(opts) {
|
|
|
if let Err(ref e) = app::main(opts) {
|
|
|