https://github.com/winstonjs/winston#to-exit-or-not-to-exit , Winston really should not interfere in the default behaviour of node itself, when an uncaughtException rises
It's a nice feature nevertheless, but please, make this default "FALSE" not true...!
This is an opt-in feature, winston does not interfere with a node process when an uncaughtException occurs by default.
I think you may simply be misreading the documentation since this is clearly stated in the documentation you linked to:
By default, winston will exit after logging an uncaughtException. if this is not the behavior you want, set
exitOnError = false
I do not agree, sorry. In my opinion the sole purpose of a logger in general is logging, not stopping the process itself. Could be mistaken though 馃槈.
Most helpful comment
I do not agree, sorry. In my opinion the sole purpose of a logger in general is logging, not stopping the process itself. Could be mistaken though 馃槈.