In OpenNMS, we set a system property to configure SNMP4J to log to a log4j logger. We should do the same thing on Minion because otherwise no logging occurs inside SNMP4J.
This can be done via a system property:
or programmatically before the SNMP4J classes load:
In OpenNMS, we set a system property to configure SNMP4J to log to a log4j logger. We should do the same thing on Minion because otherwise no logging occurs inside SNMP4J.
This can be done via a system property:
or programmatically before the SNMP4J classes load: