> -----Original Message----- > From: [email protected] [mailto:rsyslog- > [email protected]] On Behalf Of Piavlo > Sent: Wednesday, July 06, 2011 9:51 PM > To: rsyslog-users > Subject: [rsyslog] howto get rid off unneeded buffer files under > rsyslogworkdir > > > Hi, > > For ActionQueueType rsyslog creates buffer logs then remote destination > is unreachable. > Then remote is back again all buffered logs are senk ok to remote - but > the latest log file always remain - even that log entries in it have > been sent. > > Is there safe way to get rid of these buffers automatically?
Unfortunately not. The reason is that once the DA worker has started, it will never terminate. In v4, it terminated early if there were no work to do and that resulted in quite complex logic and required a lot of performance. So we keep them active. We anticipate if the DA queue has been used once, it is highly likely it will be reused again. Rainer > This is useful for monitoring - where I want to check that mp buffer > files exist. > > Thanks > Alex > > _______________________________________________ > rsyslog mailing list > http://lists.adiscon.net/mailman/listinfo/rsyslog > http://www.rsyslog.com _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com

