From 52b9729d0a7bc3c53271a575ab6819c789fe7b5d Mon Sep 17 00:00:00 2001 From: stanislas Date: Fri, 23 May 2025 16:28:06 +0200 Subject: [PATCH] fixed log folder --- logging_conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logging_conf.py b/logging_conf.py index 5652aeb..d6f66a6 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", "logs", "menu-creche") +LOGS_DIR = Path("/var", "log", "menu-creche") LOGS_DIR.mkdir(parents=True, exist_ok=True)