datalust / winston-seq

A Winston v3 transport for Seq
Apache License 2.0
13 stars 3 forks source link

All logs being transported as exceptions #9

Closed gregbty closed 2 years ago

gregbty commented 2 years ago

I noticed that all of my logs are showing up as exceptions in Seq. I believe I tracked it down to this line: https://github.com/datalust/winston-seq/blob/dev/src/index.ts#L39. Because of, https://github.com/datalust/seq-logging/blob/fffd73e05db81aeb649f2d35815cd241dda098dd/seq_logger.js#L157, this causes all logs to be emitted with exception metadata.