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

errorLogger not affected by bodyBlacklist

Open NeilKwon opened this issue 6 years ago • 1 comments

as mentioned on Title,

bodyBlackList only filter out Logger's request body.

exceptionMeta.req.body = filteredBody;

Like above line So I made a bit small changes on errorLogger. And wish to create a new branch or push code to be reviewed. Thanks

NeilKwon avatar Jul 03 '18 06:07 NeilKwon

Could you explain your issue in more detail? How do you expect bodyBlacklist to work? Can you provide an example of how it is failing to perform to your expectations? If you have a suggested contribution, feel free to share your improvements.

crellison avatar Oct 17 '18 02:10 crellison