redis/redis.logrotate

10 lines
131 B
Text
Raw Permalink Normal View History

2012-06-01 05:30:33 +04:00
/var/log/redis/redis.log {
weekly
rotate 10
copytruncate
delaycompress
compress
notifempty
missingok
2012-02-01 20:01:41 +04:00
}