DeveLanCacheUI_Backend icon indicating copy to clipboard operation
DeveLanCacheUI_Backend copied to clipboard

[Feature Request] Support for logrotated access.log

Open Pingger opened this issue 10 months ago • 0 comments

This would be two feature requests in one:

  1. Additionally to access.log also parse access.log.1 access.log.2 ...
  2. Also support reading from compressed logs access.log.1.gz or access.log.1.zst

This is a feature I need, because after 1 week my access.log is 1.2GiB ... So I would like to logrotate it, but keep the statistics intact. (using logrotate I would then compress it with zstd, or as a workaround use btrfs to compress the logfile)

Btrfs-zstd compressed logfile is not that good, as it only uses level 3 by default:

Type       Perc     Disk Usage   Uncompressed Referenced
zstd        12%      150M         1.1G         1.1G

Pingger avatar Apr 22 '25 16:04 Pingger