From 726e9756d68823604e9165f886c69c9e1819d794 Mon Sep 17 00:00:00 2001 From: stanislas Date: Fri, 23 May 2025 16:36:35 +0200 Subject: [PATCH] set log directory to /opt --- logging_conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logging_conf.py b/logging_conf.py index d6f66a6..981f2d2 100644 --- a/logging_conf.py +++ b/logging_conf.py @@ -4,7 +4,7 @@ from pathlib import Path from config import LOG_LEVEL -LOGS_DIR = Path("/var", "log", "menu-creche") +LOGS_DIR = Path("/opt", "log", "menu-creche") LOGS_DIR.mkdir(parents=True, exist_ok=True)