xen/logrotate.conf

20 lines
282 B
Plaintext

/var/log/xen/xen-hotplug.log {
compress
missingok
notifempty
rotate 2
size 100k
copytruncate
}
/var/log/xen/xl-*.log /var/log/xen/qemu-dm-*.log /var/log/xen/console/*.log {
compress
missingok
notifempty
rotate 4
dateext
dateformat -%Y%m%d-%H%M
size 2M
copytruncate
}