10 lines
127 B
Plaintext
10 lines
127 B
Plaintext
|
/var/log/redis/*.log {
|
||
|
weekly
|
||
|
rotate 10
|
||
|
copytruncate
|
||
|
delaycompress
|
||
|
compress
|
||
|
notifempty
|
||
|
missingok
|
||
|
}
|