redis/redis.logrotate

10 lines
127 B
Plaintext
Raw Normal View History

2015-04-14 09:56:03 +02:00
/var/log/redis/*.log {
2010-10-19 11:36:36 -04:00
weekly
rotate 10
copytruncate
delaycompress
compress
notifempty
missingok
}