diff options
author | Shubham Mishra <shivam828787@gmail.com> | 2020-07-22 15:56:25 +0530 |
---|---|---|
committer | Shubham Mishra <shivam828787@gmail.com> | 2020-08-25 21:54:25 +0530 |
commit | dcdd46fe975c13c56a246ba0a6c79516a6afda77 (patch) | |
tree | 3a45f7cdf9a8b14c4c1dba63058ea108d9d48dc1 /hdv/redfish/log_utils.py | |
parent | 1bf4bd7a74febb5f837f606940a17c48530eebbd (diff) |
add pytest for main engine and integrated testapi
Change-Id: I9fffd0e04758ddbd0fd05a6358dd4e162c9c8e05
Signed-off-by: Shubham Mishra <shivam828787@gmail.com>
Diffstat (limited to 'hdv/redfish/log_utils.py')
-rw-r--r-- | hdv/redfish/log_utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
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") |