bithavoc / express-winston

express.js middleware for winstonjs
https://www.npmjs.com/package/express-winston
MIT License
797 stars 187 forks source link

bodyBlacklist fails when blacklist property is the only one in body and requestWhitelist has body. #128

Closed ghost closed 7 years ago

ghost commented 7 years ago

Example:

This appears to be the underlying culprit: https://github.com/bithavoc/express-winston/blob/master/index.js#L246-L247

Will see if I can get a PR up soon to resolve.

ghost commented 7 years ago

Resolved by https://github.com/bithavoc/express-winston/pull/129

rosston commented 7 years ago

Fix is released in 2.1.1.