logdna / logger-node

A nodejs logger client for LogDNA
MIT License
34 stars 17 forks source link

feat: Add EADDRNOTAVAIL to the retryable error codes #45

Closed darinspivey closed 3 years ago

darinspivey commented 3 years ago

This error code can be thrown due to a disconnected network connection. It should certainly be a retryable error.

Semver: minor Fixes: https://github.com/logdna/logger-node/issues/40