You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the request does not contain the someProp property, it will still get logged as <REDACTED>. Whereas using pino-noir like so works like a charm i.e. it doesn't log any properties as redacted when it does not exist in the req object.
I can't find much documentation on using pino-noir with bunyan. Does Bunyan have an opinion on this?
I'm asking as the way Bunyan serializers do redaction seems a bit incomplete to me. For eg:
If the request does not contain the
someProp
property, it will still get logged as<REDACTED>
. Whereas usingpino-noir
like so works like a charm i.e. it doesn't log any properties as redacted when it does not exist in the req object.Is it possible that bunyan might drop support for
pino-noir
in the future? or rather, can I depend on this integration working in the future?The text was updated successfully, but these errors were encountered: