From eed577db15d5dbeee1496e218142c14466df8d66 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 4 Feb 2019 00:22:02 +0100 Subject: [PATCH] Add trace!() call to show config when runtime initializes Signed-off-by: Matthias Beyer --- lib/core/libimagrt/src/runtime.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/core/libimagrt/src/runtime.rs b/lib/core/libimagrt/src/runtime.rs index 2466fad4..8fb59022 100644 --- a/lib/core/libimagrt/src/runtime.rs +++ b/lib/core/libimagrt/src/runtime.rs @@ -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,