Skip to content

Commit

Permalink
feat: format mongodb config
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Feb 21, 2022
1 parent 30528f7 commit 2b84f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doppelgaenger-input/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ impl Processor {

let client = {
let options = ClientOptions::parse(&config.mongodb.url).await?;
log::info!("MongoDB Config: {:?}", options);
log::info!("MongoDB Config: {:#?}", options);
Client::with_options(options)?
};

Expand Down

0 comments on commit 2b84f69

Please sign in to comment.