librenms-librenms/misc/librenms.logrotate

10 lines
141 B
Plaintext
Raw Normal View History

# /etc/logrotate.d/librenms
/opt/librenms/logs/*.log {
weekly
rotate 6
compress
delaycompress
missingok
notifempty
}