winston-graylog2 icon indicating copy to clipboard operation
winston-graylog2 copied to clipboard

Graylog2 transport for winston, a nodejs logging module

Results 24 winston-graylog2 issues
Sort by recently updated
recently updated
newest added

https://github.com/namshi/winston-graylog2/releases/tag/v2.0.0 contains breaking changes that must be reflected in TS typings as well.

Hi there, I wanted to know if its possible to log extra metadata after `log` , something similar to `winston rewriters` but avoiding to show it on the console message...

I'm using this package recently and I found a problem that only the first 100 characters of a log message are log to graylog because of this line: `this.graylog2[getMessageLevel(level)](msg.substring(0, 100),...

Currently it's not very clear what is supported and what is not. From the provided exemple, I can infer that the lib sends data on UDP, but is there a...