Skip to content

Commit 42841aa

Browse files
wolfogresilverwind
andauthored
Fix typo for LOG_COMPRESSION in ini (#31809)
Follow #31761 --------- Co-authored-by: silverwind <[email protected]>
1 parent fb271d1 commit 42841aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom/conf/app.example.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)