This commit is contained in:
2025-09-01 13:20:29 +02:00
parent 126ab1813b
commit 8be3e20523

View File

@@ -488,6 +488,7 @@ def backup_job(pl):
LOG_FILE = "omv_backup.log"
logging.basicConfig(filename=LOG_FILE, level=logging.DEBUG, format='%(asctime)s : %(levelname)s : %(message)s', datefmt='%m/%d/%Y %I:%M:%S %p')
logging.debug(f'Debug enabled')
logging.error(f'Debug enabled')
logging.info(f'starting backup job')