67 issues in loggly/winston-loggly-bulk
lodash node module before 4.17.5 suffers from a Modification of Assumed-Immutable Data (MAID) vulnerability via defaultsDeep, merge, and mergeWith functions, which allows a malicious user to modify the ...
We experienced issues were many log events are missing in Loggly control-panel. Hippo would appreciate it if you can pick up this PR in order for us to be able to debug it on our side and see if the failures ...
We experienced issues were many log events are missing in Loggly control-panel. Hippo would appreciate if you can pick up this PR in order for us to be able to debug it on our side and see if the failures ...
Hello, everyone. We are using this library to push logs to loggly with Winston and Meteor, but some circular JSON structure is crashing our servers from time to time. Any clues on what could be done on ...
Hey, I must be missing something. I am trying to upload logs with additional columns, but can't find a way to do it. Could you share an example of how to achieve that?
https://github.com/loggly/winston-loggly-bulk/blob/master/lib/winston-loggly.js#L134 is dereferenceing splat[0] without null-checking it. With custom formatters, spalts can contain anything...
The latest changes break logging in AWS lambda functions. In lambda functions, all async processing must be done before you exit the lambda handler else that processing will basically not occur (the process ...
We're using Loggly and this module at our company and we started to have issues with NodeJS crashing, after some investigation we were able to determine that they were caused by the clone module this ...
update packages, readme, code format
Hello there! After moving over to Winston 3 from Winston 2, I noticed that Winston was now appending all extra logging arguments as "Symbol(splats)" in the final "message" log object. ...