1837195 Members
2567 Online
110114 Solutions
New Discussion

Excessive Logging

 
Nobody's Hero
Valued Contributor

Excessive Logging

In the past I have eliminated syslog entries by using syslog-ng. Great product for managing logs. However, now I have 3 servers that are not allowd to use syslog-ng. Period.

Is there a way I can control what gets logged to the authlog? Im not too worried about syslog. Its the authlog that is creating a huge amount of entries.
UNIX IS GOOD
4 REPLIES 4
Steven E. Protter
Exalted Contributor

Re: Excessive Logging

Shalom,

The authlog is a critical log for compliance with SOX. You should try frequently copying it off (logrotate) versus trying to reduce entries.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Nobody's Hero
Valued Contributor

Re: Excessive Logging

I figured so, thanks anyway.
UNIX IS GOOD
Nobody's Hero
Valued Contributor

Re: Excessive Logging

Closed.
UNIX IS GOOD
TTr
Honored Contributor

Re: Excessive Logging

What entries do you have in your /etc/syslog.conf file for auth.xxxx ?
You could remove the "auth.debug" if it is in there and reload syslogd with "kill -HUP ".