1
0
mirror of https://github.com/ceph/ceph synced 2025-02-25 03:52:04 +00:00
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
}}