From 63a1e624bf8fbb4e6e0f0c44e65fc215a7a50890 Mon Sep 17 00:00:00 2001 From: Nighty3098 <154594695+Nighty3098@users.noreply.github.com> Date: Fri, 30 Aug 2024 15:36:22 +0700 Subject: [PATCH] Fix --- src/config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config.py b/src/config.py index 5d14886..4846b81 100644 --- a/src/config.py +++ b/src/config.py @@ -39,8 +39,9 @@ logger.add( log_file, level="DEBUG", - rotation="500 MB", + rotation="100 MB", retention="30 days", + compression="zip", backtrace=True, diagnose=True, )