On Fri, 2009-05-08 at 11:27 +0200, Ralf Hildebrandt wrote:
> * ram <r...@netcore.co.in>:
> > 
> > On Fri, 2009-05-08 at 09:10 +0200, Ralf Hildebrandt wrote:
> > > * ram <r...@netcore.co.in>:
> > > 
> > > > Thanks for all the info. Well the high incoming queue is definitely is
> > > > due to syslog.  Because I also notice that some of my logs are also
> > > > getting dropped. 
> > > > 
> > > > Sorry for being OT , but can someone help me find what is wrong with my
> > > > syslogd. 
> > > 
> > > Show the config.
> > > 
> > > 
> > 
> > This is my postconf -n output below ( Note: syslog_facility = local6  ) 
> 
> And the syslog.conf?
> 



[r...@lvs4 ~]# cat /etc/syslog.conf
# Log all kernel messages to the console.
# Logging much else clutters up the screen.
#kern.*                                                 /dev/console

# Log anything (except mail) of level info or higher.
# Don't log private authentication messages!
*.info;mail.none;authpriv.none;cron.none                /var/log/messages

# The authpriv file has restricted access.
authpriv.*                                              /var/log/secure

# Log all the mail messages in one place.
mail.*                                                -/var/log/maillog


# Log cron stuff
cron.*                                                  /var/log/cron

# Everybody gets emergency messages
*.emerg                                                 *

# Save news errors of level crit and higher in a special file.
uucp,news.crit                                          /var/log/spooler

# Save boot messages also to boot.log
local7.*                                                /var/log/boot.log
local6.*                                              -/var/log/lmaillog


Reply via email to