diff --git a/ews/coordinator/utils/processor_utils.py b/ews/coordinator/utils/processor_utils.py index 4d7815f1fe977c995ff107df8652d3fdb9feaeb8..789511e31bfdf42dfa14230c9181f0e6d17d048f 100644 --- a/ews/coordinator/utils/processor_utils.py +++ b/ews/coordinator/utils/processor_utils.py @@ -355,7 +355,7 @@ def setup_logging(job_file_path: str, is_live: bool, log_level: str): from ews import coordinator - log_config_path_project = os.path.join(os.path.dirname(coordinator.__file__), "..", "configs", "logger", "template_log_config.json") + log_config_path_project = os.path.join(os.path.dirname(coordinator.__file__), "..", "..", "configs", "logger", "template_log_config.json") print(f"ENVIRONMENT VARIABLE 'LOGGING_CONFIG' IS NOT SET, UISING DEFAULT FILE - {log_config_path_project}") else: log_config_path_project = os.environ['LOGGING_CONFIG']