From 3a2e910f1280d4227ec16b4a49c418d7c104fe1d Mon Sep 17 00:00:00 2001 From: Jonas L Date: Wed, 4 May 2022 13:56:20 +0200 Subject: [PATCH] feat(shared): compress logs with gz (#1827) --- shared/libretime_shared/logging.py | 1 + 1 file changed, 1 insertion(+) diff --git a/shared/libretime_shared/logging.py b/shared/libretime_shared/logging.py index 2d07de7d3..0aae57770 100644 --- a/shared/libretime_shared/logging.py +++ b/shared/libretime_shared/logging.py @@ -75,6 +75,7 @@ def setup_logger( "serialize": serialize, "rotation": "12:00", "retention": "7 days", + "compression": "gz", "encoding": "utf-8", } )