Closed VallariAg closed 11 months ago
In services/helpers.py, logs_run writes in hardcoded "/archive_dir/" path. Instead, use archive path from an environment variable ARCHIVE_DIR. This fixes the problem when "/archive_dir" dir does not exist.
logs_run
ARCHIVE_DIR
In services/helpers.py,
logs_run
writes in hardcoded "/archive_dir/" path. Instead, use archive path from an environment variableARCHIVE_DIR
. This fixes the problem when "/archive_dir" dir does not exist.