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(), ], )