mirror of
https://github.com/kristoferssolo/2048.git
synced 2025-10-21 15:20:35 +00:00
update log zip file size
This commit is contained in:
parent
62c56b1911
commit
2d218aa449
@ -11,7 +11,7 @@ def setup_logger() -> None:
|
|||||||
BASE_PATH.joinpath(".logs", "game.log"),
|
BASE_PATH.joinpath(".logs", "game.log"),
|
||||||
format="{time} | {level} | {message}",
|
format="{time} | {level} | {message}",
|
||||||
level="DEBUG" if BASE_PATH.joinpath("debug").exists() else "INFO",
|
level="DEBUG" if BASE_PATH.joinpath("debug").exists() else "INFO",
|
||||||
rotation="1 MB",
|
rotation="10 MB",
|
||||||
compression="zip",
|
compression="zip",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user