From c22f60e6e55f1bf300dd76d2222a93911f3b2bb2 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 12 Oct 2023 04:00:49 +0000 Subject: automatic import of xen --- logrotate.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 logrotate.conf (limited to 'logrotate.conf') diff --git a/logrotate.conf b/logrotate.conf new file mode 100644 index 0000000..4b0bfe7 --- /dev/null +++ b/logrotate.conf @@ -0,0 +1,17 @@ +compress +missingok +notifempty + +/var/log/xen/xen-hotplug.log { + rotate 2 + size 100k + copytruncate +} + +/var/log/xen/xl-*.log /var/log/xen/qemu-dm-*.log /var/log/xen/console/*.log { + rotate 4 + dateext + dateformat -%Y%m%d-%H%M + size 2M + copytruncate +} -- cgit v1.2.3