loggly / node-loggly-bulk

A client implementation for Loggly in node.js
https://www.loggly.com/docs/node-js-logs/
Other
20 stars 19 forks source link

Unhandled rjection on Axios error #80

Open tymak opened 1 week ago

tymak commented 1 week ago

Hello, we are encountering issue with axios error that is thrown to application as unhandled rejection. This happend in cases when Loggly itself has outage. In the library is implemented logic that if customer don't provide custom callback, it will just console.log the error and do nothing else, if custom callback is provided, error is handled by this callback. But it is probably not working correctly and the rejction is still propagated to the application.

loggly-bulk-error