We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm using the snmp trap listener and it's working well, however I get this in the console whenever I start my app:
{"name":"snmpjs","hostname":"Obelus-Win","pid":268,"level":30,"msg":"Bound to 0.0.0.0:162","time":"2015-08-27T02:14:06.288Z","v":0}
Seems like it's coming from here? https://github.com/joyent/node-snmpjs/blob/c4a77ef8556c47bfd35cb02a5c9d4876c117d99f/lib/listener.js#L39
It's unclear from the docs how to configure this sort of logging. Is it possible to turn it off?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm using the snmp trap listener and it's working well, however I get this in the console whenever I start my app:
{"name":"snmpjs","hostname":"Obelus-Win","pid":268,"level":30,"msg":"Bound to 0.0.0.0:162","time":"2015-08-27T02:14:06.288Z","v":0}
Seems like it's coming from here?
https://github.com/joyent/node-snmpjs/blob/c4a77ef8556c47bfd35cb02a5c9d4876c117d99f/lib/listener.js#L39
It's unclear from the docs how to configure this sort of logging. Is it possible to turn it off?
The text was updated successfully, but these errors were encountered: