11 lines
173 B
Plaintext
11 lines
173 B
Plaintext
|
/var/log/valkey/*.log {
|
||
|
weekly
|
||
|
rotate 10
|
||
|
copytruncate
|
||
|
delaycompress
|
||
|
compress
|
||
|
notifempty
|
||
|
missingok
|
||
|
su valkey valkey
|
||
|
}
|