Skip to content

Commit

Permalink
Fix typo for LOG_COMPRESSION in ini (#31809)
Browse files Browse the repository at this point in the history
Follow #31761

---------

Co-authored-by: silverwind <[email protected]>
  • Loading branch information
wolfogre and silverwind authored Aug 9, 2024
1 parent fb271d1 commit 42841aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom/conf/app.example.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2688,7 +2688,7 @@ LEVEL = Info
;; Logs retention time in days. Old logs will be deleted after this period.
;LOG_RETENTION_DAYS = 365
;; Log compression type, `none` for no compression, `zstd` for zstd compression.
;; Other compression types like `gzip` if NOT supported, since seekable stream is required for log view.
;; Other compression types like `gzip` are NOT supported, since seekable stream is required for log view.
;; It's always recommended to use compression when using local disk as log storage if CPU or memory is not a bottleneck.
;; 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.
;; But it will save storage space and network bandwidth, so it's still recommended to use compression.
Expand Down

0 comments on commit 42841aa

Please sign in to comment.