xen/logrotate.conf
Charles Arnold 465b125ccc - Update to Xen 4.20.0 RC4 release
* AMD/IOMMU: log IVHD contents
  * AMD/IOMMU: drop stray MSI enabling
  * radix-tree: introduce RADIX_TREE{,_INIT}()

OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=878
2025-02-10 15:02:29 +00:00

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
}