File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -2688,7 +2688,7 @@ LEVEL = Info
26882688; ; Logs retention time in days. Old logs will be deleted after this period.
26892689; LOG_RETENTION_DAYS = 365
26902690; ; Log compression type, `none` for no compression, `zstd` for zstd compression.
2691- ; ; Other compression types like `gzip` if NOT supported, since seekable stream is required for log view.
2691+ ; ; Other compression types like `gzip` are NOT supported, since seekable stream is required for log view.
26922692; ; It's always recommended to use compression when using local disk as log storage if CPU or memory is not a bottleneck.
26932693; ; And for object storage services like S3, which is billed for requests, it would cause extra 2 times of get requests for each log view.
26942694; ; But it will save storage space and network bandwidth, so it's still recommended to use compression.
You can’t perform that action at this time.
0 commit comments