mirror of
https://github.com/ceph/ceph
synced 2024-12-12 14:39:05 +00:00
14 lines
223 B
Plaintext
14 lines
223 B
Plaintext
/var/log/ceph/*{daemon_type}*.log {{
|
|
rotate 100
|
|
size {max_size}
|
|
compress
|
|
sharedscripts
|
|
postrotate
|
|
killall {daemon_type} -1 || true
|
|
endscript
|
|
missingok
|
|
notifempty
|
|
su root root
|
|
}}
|
|
|