]> git.proxmox.com Git - ceph.git/blame - ceph/src/logrotate.conf
update sources to v12.1.4
[ceph.git] / ceph / src / logrotate.conf
CommitLineData
7c673cae
FG
1/var/log/ceph/*.log {
2 rotate 7
3 daily
4 compress
5 sharedscripts
6 postrotate
7 killall -q -1 ceph-mon ceph-mgr ceph-mds ceph-osd ceph-fuse radosgw || true
8 endscript
9 missingok
10 notifempty
11 su root ceph
12}