mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 17:44:50 +00:00
Update __init__.py
This commit is contained in:
parent
a3ea2da3de
commit
c8f3e06383
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,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(),
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue