Codebase list libvirt / upstream/2.0.0_rc2 daemon / libvirtd.lxc.logrotate.in
upstream/2.0.0_rc2

Tree @upstream/2.0.0_rc2 (Download .tar.gz)

libvirtd.lxc.logrotate.in @upstream/2.0.0_rc2raw · history · blame

1
2
3
4
5
6
7
8
9
@localstatedir@/log/libvirt/lxc/*.log {
        weekly
        missingok
        rotate 4
        compress
        delaycompress
        copytruncate
        minsize 100k
}