Trigger ruff formatting
This commit is contained in:
parent
bcd3413628
commit
d31d17e5a2
1 changed files with 1 additions and 1 deletions
|
|
@ -122,5 +122,5 @@ def setup_logger():
|
||||||
format="{time:YYYY-MM-DD HH:mm:ss.SSS} | {level: <8} | {message}",
|
format="{time:YYYY-MM-DD HH:mm:ss.SSS} | {level: <8} | {message}",
|
||||||
rotation="20 MB", # Rotate file when it reaches 20MB
|
rotation="20 MB", # Rotate file when it reaches 20MB
|
||||||
retention="1 week", # Keep logs for 1 week
|
retention="1 week", # Keep logs for 1 week
|
||||||
compression="zip", # Compress rotated logs
|
compression="zip", # Compress rotated log
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue