aports/main/logrotate/logrotate.conf
Leonardo Arena 3ab883aed9 Revert "main/logrotate: rotate /var/log/messages by default"
Busybox does not need this and rsyslog does not work well with
this configuration, since it's not signaled to re-read the log file
after rotation

This reverts commit 5d232331b7.
2022-01-07 10:07:46 +00:00

23 lines
481 B
Text

# see "man logrotate" for details
# rotate log files weekly
weekly
# keep 4 weeks worth of backlogs
rotate 4
# create new (empty) log files after rotating old ones
create
# use date as a suffix of the rotated file
dateext
# exclude alpine files
tabooext + .apk-new
# uncomment this if you want your log files compressed
compress
# apk packages drop log rotation information into this directory
include /etc/logrotate.d
# system-specific logs may be also be configured here.