[libvirt] [PATCH] do not bother rotating short qemu logs

Daniel Veillard veillard at redhat.com
Wed Oct 21 11:58:18 UTC 2009


On Wed, Oct 21, 2009 at 12:45:21PM +0100, Daniel P. Berrange wrote:
> On Wed, Oct 21, 2009 at 01:44:36PM +0200, Dan Kenigsberg wrote:
> > 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 |    1 +
> >  1 files changed, 1 insertions(+), 0 deletions(-)
> > 
> > diff --git a/daemon/libvirtd.logrotate.in b/daemon/libvirtd.logrotate.in
> > index 093651c..0c51fd3 100644
> > --- a/daemon/libvirtd.logrotate.in
> > +++ b/daemon/libvirtd.logrotate.in
> > @@ -5,4 +5,5 @@
> >          compress
> >          delaycompress
> >          copytruncate
> > +        minsize 100k
> >  }
> 
> ACK, good idea

  Yup, I didn't know that option, it should be used more often :-)

    thanks !

Daniel

-- 
Daniel Veillard      | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
daniel at veillard.com  | Rpmfind RPM search engine http://rpmfind.net/
http://veillard.com/ | virtualization library  http://libvirt.org/




More information about the libvir-list mailing list