diff options
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") |