xen/logrotate.conf

22 lines
259 B
Plaintext
Raw Normal View History

compress
missingok
/var/log/xen/xend*.log {
rotate 5
size 1M
notifempty
copytruncate
}
/var/log/xen/domain-builder-ng.log /var/log/xen/xen-hotplug.log {
rotate 2
size 100K
notifempty
copytruncate
}
/var/log/xen/qemu-dm.*.log {
rotate 0
monthly
}