Added indent for readability
This commit is contained in:
parent
37588a9f3d
commit
708f2bcff1
1 changed files with 4 additions and 5 deletions
|
@ -32,10 +32,9 @@ fn main() {
|
|||
let app = App::from_yaml(yaml);
|
||||
let config = CliConfig::new(app);
|
||||
let configuration = Configuration::new(&config);
|
||||
|
||||
let logger = ImagLogger::init(&configuration, &config);
|
||||
debug!("Logger created!");
|
||||
|
||||
debug!("Logger created!");
|
||||
debug!("CliConfig : {:?}", &config);
|
||||
debug!("Configuration: {:?}", &configuration);
|
||||
|
||||
|
|
Loading…
Reference in a new issue