ceph/qa/tasks/logrotate.conf
2016-12-14 11:29:55 -06:00

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