summaryrefslogtreecommitdiffstats
path: root/src/ceph/qa/tasks/logrotate.conf
blob: b0cb8012fefd4a2d26826b340ff0e631a65164c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/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
}}