forked from pool/redis
7040095d4b
- Added log rotation. OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=16
10 lines
148 B
Plaintext
10 lines
148 B
Plaintext
/var/log/redis/*.log {
|
|
weekly
|
|
rotate 10
|
|
copytruncate
|
|
delaycompress
|
|
compress
|
|
notifempty
|
|
missingok
|
|
}
|