feat(shared): compress logs with gz (#1827)

This commit is contained in:
Jonas L 2022-05-04 13:56:20 +02:00 committed by GitHub
parent 64d17832cf
commit 3a2e910f12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ def setup_logger(
"serialize": serialize,
"rotation": "12:00",
"retention": "7 days",
"compression": "gz",
"encoding": "utf-8",
}
)