Hi all
I want to know about the default logging priority level of
snmpd. I have noticed that it is set to
LOG_NOTICE(http://www.net-snmp.org/docs/man/snmpcmd.html)
but if I run snmpd its logging everything including debug messages
from priority level
LOG_DEBUG(to the file
/var/log/snmpd.log).
If I change the logging priority level from
LOG_DEBUG to LOG_INFO
by running snmpd -LF 6 /var/log/snmpd.log its avoiding debug
messages. Therefore could anyone please help me to know how the
snmpd logging works and what I need to do if I have to avoid all
debug messages to the file /var/log/snmpd.log.
Thank You
Vishwas