Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
All our logs get truncated after upgrading to 2.1.0 #28
Comments
|
I believe the latest is actually 2.2.0 https://www.npmjs.com/package/node-loggly-bulk. We rolled 2.1.0 back by publishing 2.2.0. This is a known problem described on #10 and we are working to fix it. Closing this issue because it's a duplicate of #10 |
Hello,
We upgraded today from version 2.0.0 to the latest 2.1.0 and all our logs look like this:
{"level":"error","tag":"server","message":"Unhandled promise rejection: socket hang up","meta":{"error":{"message":"socket hang up","stack":"Error: socket hang up\n at createHangUpError (_http_client.js:253:15)\n at TLSSocket.socketOnEnd (_http_client.js:345:23)\n at emitNone (events.js:91:20)\n at TLSSocket.emit (events.js:185:7)\n at endReadableNT (_stream_readable.js:974:12)\n at _combinedTickCallback (internal/process/next_tick.js:80:11)\n at process._tickDomainCallback (interThey look truncated and we get a lot of them, like 20k/hour.
We were thinking it might be because of this:
4851a17
Reverting to 2.0.0 fixed the problem.
Any ideas on what the problem in this new version is?
Thank you!
The text was updated successfully, but these errors were encountered: