update log zip file size

This commit is contained in:
Kristofers Solo 2024-01-03 04:25:06 +02:00
parent 62c56b1911
commit 2d218aa449

View File

@ -11,7 +11,7 @@ def setup_logger() -> None:
BASE_PATH.joinpath(".logs", "game.log"),
format="{time} | {level} | {message}",
level="DEBUG" if BASE_PATH.joinpath("debug").exists() else "INFO",
rotation="1 MB",
rotation="10 MB",
compression="zip",
)