diff --git a/app/main.py b/app/main.py index edff60d..4695b2e 100644 --- a/app/main.py +++ b/app/main.py @@ -40,7 +40,7 @@ active_sessions: Dict[str, Session] = {} # Configure logging logger.remove() logger.add( - "../logs/active_call_{time}.log", + "./logs/active_call_{time}.log", rotation="1 day", retention="7 days", level=settings.log_level,