Skip to content

Commit 7f7590b

Browse files
committed
tweak log output
1 parent a7108a6 commit 7f7590b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/config.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ impl Config {
365365
.subcommand(dump)
366366
.subcommand(completions);
367367
let matches = app.clone().try_get_matches_from(args)?;
368-
info!("Command line args: {:?}", matches);
368+
debug!("Command line args: {:?}", matches);
369369

370370
let mut config = Config::default();
371371

@@ -496,6 +496,7 @@ impl Config {
496496
}
497497
}
498498
}
499+
info!("config {:#?}", config);
499500
Ok(config)
500501
}
501502
}

0 commit comments

Comments
 (0)