9ad23c340a
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/redis#600e4495a1abcccefe22d537bb139bc7d0070c32
10 lines
127 B
Plaintext
10 lines
127 B
Plaintext
/var/log/redis/*.log {
|
|
weekly
|
|
rotate 10
|
|
copytruncate
|
|
delaycompress
|
|
compress
|
|
notifempty
|
|
missingok
|
|
}
|