Moved log number to first suffix

This commit is contained in:
GeoffreyCoulaud
2023-06-29 14:41:28 +02:00
parent 20bfe9309c
commit 0a89061218
2 changed files with 42 additions and 34 deletions

View File

@@ -35,7 +35,7 @@ def setup_logging():
app_log_level = os.environ.get("LOGLEVEL", profile_app_log_level).upper()
lib_log_level = os.environ.get("LIBLOGLEVEL", profile_lib_log_level).upper()
log_filename = shared.cache_dir / "cartridges" / "logs" / "cartridges.log.xz"
log_filename = shared.cache_dir / "cartridges" / "logs" / "cartridges.xz"
config = {
"version": 1,