feat(shared): compress logs with gz (#1827)
This commit is contained in:
parent
64d17832cf
commit
3a2e910f12
|
@ -75,6 +75,7 @@ def setup_logger(
|
||||||
"serialize": serialize,
|
"serialize": serialize,
|
||||||
"rotation": "12:00",
|
"rotation": "12:00",
|
||||||
"retention": "7 days",
|
"retention": "7 days",
|
||||||
|
"compression": "gz",
|
||||||
"encoding": "utf-8",
|
"encoding": "utf-8",
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue