If you create multiple instances with bulk enabled and using two different accounts some logs will not make it to loggly.
Looking through the code, it looks like there are singletons that are created as soon as the module is required under common.js. It would seem there is a bug around how that state is managed when there are two instances manipulating a single array of log messages.
If you create multiple instances with bulk enabled and using two different accounts some logs will not make it to loggly.
Looking through the code, it looks like there are singletons that are created as soon as the module is required under
common.js
. It would seem there is a bug around how that state is managed when there are two instances manipulating a single array of log messages.