typeof
and reformat
should not be enumerable
#215
Labels
Milestone
typeof
and reformat
should not be enumerable
#215
I'm unsure whether this is the right place for this issue (or if it's rather a Winston thing), but when logging Boom objects with Winston (e.g. Internal Server Errors), every error contains Boom's
reformat
function, making the log output somewhat confusing.Here's an example:
The code producing this is basically just the following Express error handler middleware:
Any ideas? I'm using winston@2 and the [email protected]
The text was updated successfully, but these errors were encountered: