Initial commit.
This commit is contained in:
9
logrotate.d/redis
Normal file
9
logrotate.d/redis
Normal file
@@ -0,0 +1,9 @@
|
||||
/var/log/redis/*.log {
|
||||
weekly
|
||||
rotate 10
|
||||
copytruncate
|
||||
delaycompress
|
||||
compress
|
||||
notifempty
|
||||
missingok
|
||||
}
|
||||
Reference in New Issue
Block a user