🐛 fix(config): reduce log verbosity
- change log level from info to trace to reduce verbosity
This commit is contained in:
committed by
Jeremiah Russell
parent
19fa3ba966
commit
f07f0e8f5b
@@ -299,7 +299,7 @@ impl ClientConfig {
|
|||||||
let root = configs.get_string("config_root")?;
|
let root = configs.get_string("config_root")?;
|
||||||
let config_root = ConfigRoot::parse(&root);
|
let config_root = ConfigRoot::parse(&root);
|
||||||
|
|
||||||
log::info!("Configs are: {configs:#?}");
|
log::trace!("Configs are: {configs:#?}");
|
||||||
|
|
||||||
let secret = if let Ok(client_id) = configs.get_string("client_id")
|
let secret = if let Ok(client_id) = configs.get_string("client_id")
|
||||||
&& let Ok(client_secret) = configs.get_string("client_secret")
|
&& let Ok(client_secret) = configs.get_string("client_secret")
|
||||||
|
|||||||
Reference in New Issue
Block a user