Add trace!() call to show config when runtime initializes
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
c8e74193b3
commit
eed577db15
1 changed files with 1 additions and 0 deletions
|
@ -140,6 +140,7 @@ impl<'a> Runtime<'a> {
|
||||||
debug!("RTP path = {:?}", rtp);
|
debug!("RTP path = {:?}", rtp);
|
||||||
debug!("Store path = {:?}", storepath);
|
debug!("Store path = {:?}", storepath);
|
||||||
debug!("CLI = {:?}", matches);
|
debug!("CLI = {:?}", matches);
|
||||||
|
trace!("Config = {:#?}", config);
|
||||||
|
|
||||||
let store_result = if cli_app.use_inmemory_fs() {
|
let store_result = if cli_app.use_inmemory_fs() {
|
||||||
Store::new_with_backend(storepath,
|
Store::new_with_backend(storepath,
|
||||||
|
|
Loading…
Reference in a new issue