diff --git a/src/config.rs b/src/config.rs index 792cea3..70b11c9 100644 --- a/src/config.rs +++ b/src/config.rs @@ -88,7 +88,7 @@ impl Config { .map_err(Box::new)? // boxed because the error size from figment is large }; - log::info!("using config: {config:?}"); + log::debug!("using config: {config:?}"); Ok(config) }