Merge remote-tracking branch 'origin/master' into f/centos75-merge

Change-Id: Idf04b651ea1301745ad429a423b09d93543012e3
This commit is contained in:
Dean Troyer 2018-09-02 15:41:13 -05:00
commit c8f0080bef
4 changed files with 0 additions and 59 deletions

View File

@ -1,14 +0,0 @@
/var/log/libvirt/libvirtd.log
{
nodateext
size 10M
start 1
rotate 20
missingok
notifempty
compress
sharedscripts
postrotate
/etc/init.d/syslog reload > /dev/null 2>&1 || true
endscript
}

View File

@ -1,15 +0,0 @@
/var/log/libvirt/lxc/*.log
{
nodateext
size 10M
start 1
rotate 20
missingok
notifempty
compress
sharedscripts
postrotate
/etc/init.d/syslog reload > /dev/null 2>&1 || true
endscript
}

View File

@ -1,15 +0,0 @@
/var/log/libvirt/qemu/*.log
{
nodateext
size 10M
start 1
rotate 4
missingok
notifempty
compress
sharedscripts
postrotate
/etc/init.d/syslog reload > /dev/null 2>&1 || true
endscript
}

View File

@ -1,15 +0,0 @@
/var/log/libvirt/uml/*.log
{
nodateext
size 10M
start 1
rotate 4
missingok
notifempty
compress
sharedscripts
postrotate
/etc/init.d/syslog reload > /dev/null 2>&1 || true
endscript
}