From a60a7b42005ce27a6c7fa62a729a5ad3b503615d Mon Sep 17 00:00:00 2001 From: yasirarism Date: Sat, 9 Sep 2023 22:15:12 +0700 Subject: [PATCH] Update update.py --- update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.py b/update.py index ccdd92ed..99b9c88c 100644 --- a/update.py +++ b/update.py @@ -15,7 +15,7 @@ basicConfig( format="[%(levelname)s] - [%(asctime)s - %(name)s - %(message)s] -> [%(module)s:%(lineno)d]", datefmt="%d-%b-%y %H:%M:%S", handlers=[ - handlers.RotatingFileHandler("MissKatyLogs.txt", mode="w+", maxBytes=1000000), + handlers.RotatingFileHandler("MissKatyLogs.txt", mode="w+", maxBytes=5242880, backupCount=1), StreamHandler(), ], )