1834090 Members
2089 Online
110063 Solutions
New Discussion

syslog.log

 
SOLVED
Go to solution
Francois Bariselle_3
Regular Advisor

syslog.log

how I make to stop this messages in syslog.log:

Mar 18 07:32:10 canopus named[8642]: NSTATS 1016454730 1015961528 A=522 PTR=64
Mar 18 07:32:10 canopus named[8642]: XSTATS 1016454730 1015961528 RR=0 RNXD=0 RFwdR=0 RDupR=0 RFail=0 RFErr=0 RErr=0 RAXFR=0 RLame=0 ROpts=0 SSysQ=1 SAns=244 SFwdQ=118 SDupQ=1904 SErr=0 RQ=586 RIQ=0 RFwdQ=118 RDupQ=224 RTCP=0 SFwdR=0 SFail=0 SFErr=0 SNaAns=0 SNXD=8
Fais la ...
3 REPLIES 3
harry d brown jr
Honored Contributor

Re: syslog.log

What does your syslog.conf file look like? You might be able to divert "named" into the bit bucket (/dev/null).

And what options do you have on "named"?

live free or die
harry
Live Free or Die
Francois Bariselle_3
Regular Advisor

Re: syslog.log

This is my syslog.conf:

mail.debug /var/adm/syslog/mail.log
*.info;mail.none /var/adm/syslog/syslog.log
*.alert /dev/console
*.alert root
*.emerg *
Fais la ...
Steven Gillard_2
Honored Contributor
Solution

Re: syslog.log

The -X option to named will stop these stats from being logged. See the named(1m) man page for details.

You can set the NAMED_ARGS variable in /etc/rc.config.d/namesvrs to have this permanent after a system reboot.

Regards,
Steve