From dcdd46fe975c13c56a246ba0a6c79516a6afda77 Mon Sep 17 00:00:00 2001 From: Shubham Mishra Date: Wed, 22 Jul 2020 15:56:25 +0530 Subject: add pytest for main engine and integrated testapi Change-Id: I9fffd0e04758ddbd0fd05a6358dd4e162c9c8e05 Signed-off-by: Shubham Mishra --- hdv/redfish/log_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hdv/redfish/log_utils.py') diff --git a/hdv/redfish/log_utils.py b/hdv/redfish/log_utils.py index 996a1d1..ed5a013 100644 --- a/hdv/redfish/log_utils.py +++ b/hdv/redfish/log_utils.py @@ -12,7 +12,7 @@ define the LOGGER settings import logging import sys -BASE_DIR = sys.path[0] +BASE_DIR = sys.path[0]+"/hdv/redfish" LOG_FILE = BASE_DIR + "/" + "logs" + "/" + 'hdv.log' LOGGER = logging.getLogger("redfish") -- cgit 1.2.3-korg