bunyan-request-logger icon indicating copy to clipboard operation
bunyan-request-logger copied to clipboard

Needs configurable header filtering to remove sensitive information, like tokens.

Open ericelliott opened this issue 10 years ago • 2 comments

ericelliott avatar Oct 09 '13 00:10 ericelliott

For us, this is a must. We need at least a way to blacklist some request headers and JSON request and response body fields (if req/res body is ever supported). Whitelisting would definitely be a plus too. Since blacklisting can cause some security issues.

At the moment, the most reasonable option is to just copy the source code and customize it for our particular use-case.

ahimta avatar Apr 22 '17 14:04 ahimta

Please feel free to open a pull request.

ericelliott avatar Apr 26 '17 06:04 ericelliott