12 lines
191 B
Plaintext
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
|
|
}
|