Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 192 |
- |
1 |
/var/log/libvirt/qemu/*.log {
|
|
|
2 |
# The QEMU driver is configured to use virtlogd by
|
|
|
3 |
# default, which will perform log rollover.
|
|
|
4 |
# This logrotate config is still installed for cases
|
|
|
5 |
# where the user has switched off virtlogd.
|
|
|
6 |
#
|
|
|
7 |
# If virtlogd is active, ensure that size here is
|
|
|
8 |
# larger than 'max_size' in the virtlogd config
|
|
|
9 |
# so that logrotate becomes a no-op
|
|
|
10 |
size 2097153
|
|
|
11 |
missingok
|
|
|
12 |
rotate 4
|
|
|
13 |
compress
|
|
|
14 |
delaycompress
|
|
|
15 |
copytruncate
|
|
|
16 |
}
|