bithavoc / express-winston

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

Allow blacklisting of header values #141

Open ghost opened 7 years ago

ghost commented 7 years ago

Would be nice to be able to specify a list of blacklisted header values to prevent them from being logged out.

rosston commented 7 years ago

You're right, that could certainly be helpful. I think adding nested key support to the whitelist/blacklist arrays (a la https://github.com/bithavoc/express-winston/issues/66) would make that a lot easier.

szavrakas commented 6 years ago

Do you have any idea if this will be implemented?