don't info log the config
This commit is contained in:
parent
3595f0bbc6
commit
46435b3796
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ impl Config {
|
||||||
.map_err(Box::new)? // boxed because the error size from figment is large
|
.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)
|
Ok(config)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue