Add trace!() call to show config when runtime initializes

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer 2019-02-04 00:22:02 +01:00
parent c8e74193b3
commit eed577db15

View file

@ -140,6 +140,7 @@ impl<'a> Runtime<'a> {
debug!("RTP path = {:?}", rtp);
debug!("Store path = {:?}", storepath);
debug!("CLI = {:?}", matches);
trace!("Config = {:#?}", config);
let store_result = if cli_app.use_inmemory_fs() {
Store::new_with_backend(storepath,