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.
Error message lost during logging #29
Comments
|
Thanks for reporting this! We will have one of our engineers take a look |
|
Hi @lionello, Since this issue has been handled in the winston-loggly-bulk's 2.0.2 release, I am going ahead and closing this one. |
This line https://github.com/loggly/winston-loggly-bulk/blob/master/lib/winston-loggly.js#L122 overwrites any field
messagein the meta object. When meta is aninstanceof Error, this effectively replaces the error message from the object with an empty string.A quick fix could be to do
The text was updated successfully, but these errors were encountered: