Wizcorp / node-graylog2

Graylog2 client library for Node.js
Other
59 stars 36 forks source link

not getting any error if graylog failure #41

Open villan106 opened 5 years ago

villan106 commented 5 years ago

i am not getting any error if gray log failure . this event listener is not working

logger.on('error', function (error) {     console.error('Error while trying to write to graylog2:', error); });