From 46aff74719b3a949db89ae172229e3945cf8d5e7 Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Mon, 21 May 2018 12:25:10 +0200 Subject: 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 --- sfc/lib/config.py | 1 + 1 file changed, 1 insertion(+) 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') -- cgit 1.2.3-korg