Mark Dascher

Results 22 comments of Mark Dascher

I started looking into this again, but came across an alternative that might actually work better. The [winston-syslog](https://github.com/winstonjs/winston-syslog) transport is maintained by winston contributors, already built for v3, and recently...

I actually haven't seen any crashing with winston 3.0 in my own tests. The [usage example](https://github.com/kenperkins/winston-papertrail#usage) works with just one change: replace `new winston.Logger` with `winston.createLogger`. This nice compatibility layer...