File tree 1 file changed +1
-1
lines changed 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -2688,7 +2688,7 @@ LEVEL = Info
2688
2688
; ; Logs retention time in days. Old logs will be deleted after this period.
2689
2689
; LOG_RETENTION_DAYS = 365
2690
2690
; ; 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.
2692
2692
; ; It's always recommended to use compression when using local disk as log storage if CPU or memory is not a bottleneck.
2693
2693
; ; 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.
2694
2694
; ; 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