You are not logged in.

#1 2007-01-13 09:43:38

krani1
Member
Registered: 2006-08-18
Posts: 11

syslog-ng statistics [SOLVED]

Hi there!

I'm mounting a router with arch and the logs are crucial.

However, I found LOTS of messages like this

Jan 13 09:46:08 router syslog-ng[6268]: Log statistics; processed='center(queued)=4454', processed='center(received)=1510', processed='destination(console)=0',
processed='destination(mail)=0', processed='destination(user)=0', processed='destination(uucp)=0', processed='destination(messages)=0', processed='destination
(news)=0', processed='destination(iptables)=1444', processed='destination(everything)=1504', processed='destination(lpr)=0', processed='destination(cron)=0', p
rocessed='destination(syslog)=56', processed='destination(authlog)=6', processed='destination(errors)=0', processed='destination(kernel)=1444', processed='dest
ination(daemon)=0', processed='source(src)=1510'

in the log... But can't find nothing on syslog-ng.conf responsible for this.

How can I get rid of this messages in my log?

Thank you

Offline

#2 2007-01-13 12:49:24

raku
Member
Registered: 2006-08-23
Posts: 48

Re: syslog-ng statistics [SOLVED]

put

options {
  
        #Disable statistic log messages.
        stats_freq(0);
};

to your syslog-ng.conf and restart syslog-ng.

that ought to help.


raku

Offline

#3 2007-01-13 14:38:02

krani1
Member
Registered: 2006-08-18
Posts: 11

Re: syslog-ng statistics [SOLVED]

that worked like a charm smile THANK YOU

Offline

Board footer

Powered by FluxBB