OpenMTC/openmtc-gevent/etc/logrotate.d/openmtc

10 lines
114 B
Plaintext
Raw Normal View History

2017-11-07 13:41:38 +00:00
/var/log/openmtc/*.log {
size 10M
rotate 7
notifempty
missingok
compress
delaycompress
}