@ -2,3 +2,6 @@
/dist
/target
tags
test
@ -325,7 +325,7 @@ dependencies = [
[[package]]
name = "gitig"
version = "0.1.2"
version = "0.1.3"
dependencies = [
"directories",
"error-chain",
@ -1,6 +1,6 @@
[package]
authors = ["Marcel Schneider <marcel@webschneider.org>"]
edition = "2018"
@ -75,7 +75,7 @@ fn main() {
.timestamp(opts.boilerplate.timestamp.unwrap_or(stderrlog::Timestamp::Off))
.init()
.expect("initializing logging output");
trace!("Initialized logging");
trace!("Initialized logging, {} v{}", env!("CARGO_PKG_NAME"), env!("CARGO_PKG_VERSION"));
trace!("Starting with application");
if let Err(ref e) = app::main(opts) {