fixed log folder

This commit is contained in:
Stanislas Jouffroy 2025-05-23 16:28:06 +02:00
parent 4eedb8010c
commit 52b9729d0a

View file

@ -4,7 +4,7 @@ from pathlib import Path
from config import LOG_LEVEL 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) LOGS_DIR.mkdir(parents=True, exist_ok=True)