Files
gentoo/app-admin/fluentd/files/fluentd.logrotate

12 lines
191 B
Plaintext

# /etc/logrotate.d/fluentd
/var/log/fluentd/*log {
su fluentd fluentd
weekly
rotate 6
compress
delaycompress
missingok
notifempty
create 664 fluentd fluentd
}