summaryrefslogtreecommitdiffstats
path: root/sfc/lib/config.py
diff options
context:
space:
mode:
authorManuel Buil <mbuil@suse.com>2018-05-21 12:25:10 +0200
committerManuel Buil <mbuil@suse.com>2018-05-21 14:33:18 +0000
commit46aff74719b3a949db89ae172229e3945cf8d5e7 (patch)
treee7210de892e08798789312a45c70fc91cd65cb6a /sfc/lib/config.py
parentf33eb597a176c5e90f8fe3c0de610ed7cb964dc6 (diff)
Increase logging
Apex deployments are currently failing and it could be because it uses the wrong config file. We are currently not logging what file it is fetched and that's what this patch tries to fix Change-Id: I441beee9d3ad5d918ed4b8dc0164456b39e53b56 Signed-off-by: Manuel Buil <mbuil@suse.com>
Diffstat (limited to 'sfc/lib/config.py')
-rw-r--r--sfc/lib/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sfc/lib/config.py b/sfc/lib/config.py
index 8adf668c..b8b0c148 100644
--- a/sfc/lib/config.py
+++ b/sfc/lib/config.py
@@ -56,6 +56,7 @@ class CommonConfig(object):
self.config_file = os.path.join(self.sfc_test_dir,
"config-pike.yaml")
+ logger.info("The config file used is {}".format(self.config_file))
self.vim_file = os.path.join(self.sfc_test_dir, "register-vim.json")
self.installer_type = env.get('INSTALLER_TYPE')