Merge pull request #121 from kra-mo/v2-logging

This commit is contained in:
kramo
2023-06-29 17:49:02 +02:00
committed by GitHub
3 changed files with 73 additions and 38 deletions

View File

@@ -36,7 +36,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.log"
config = {
"version": 1,