mirror of https://gitee.com/openkylin/libvirt.git
Do not log rotate very small logs
Without this, after few weeks without use, each defined domain grows a tail of empty gzipped logs, instead of keeping just the last log of interest. * daemon/libvirtd.logrotate.in: only rotate when the log is over 100 KBytes
This commit is contained in:
parent
09c64d0072
commit
b03fe2d0ae
|
@ -5,4 +5,5 @@
|
|||
compress
|
||||
delaycompress
|
||||
copytruncate
|
||||
minsize 100k
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue