mirror of
https://github.com/ceph/ceph
synced 2024-12-19 01:46:00 +00:00
96f3eb9dbe
And make it more configurable in terms of sizes. Signed-off-by: Greg Farnum <gfarnum@redhat.com>
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
|
|
}}
|
|
|