We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7108a6 commit 7f7590bCopy full SHA for 7f7590b
1 file changed
src/config.rs
@@ -365,7 +365,7 @@ impl Config {
365
.subcommand(dump)
366
.subcommand(completions);
367
let matches = app.clone().try_get_matches_from(args)?;
368
- info!("Command line args: {:?}", matches);
+ debug!("Command line args: {:?}", matches);
369
370
let mut config = Config::default();
371
@@ -496,6 +496,7 @@ impl Config {
496
}
497
498
499
+ info!("config {:#?}", config);
500
Ok(config)
501
502
0 commit comments