diff --git a/logging_conf.py b/logging_conf.py index 981f2d2..77880fc 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("/opt", "log", "menu-creche") +LOGS_DIR = Path.home() / "log" / "menu-creche" LOGS_DIR.mkdir(parents=True, exist_ok=True)