express-winston
express-winston copied to clipboard
errorLogger not affected by bodyBlacklist
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
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.