ceph/qa/tasks/logrotate.conf

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
}}