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
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
How do you remove the request and response from pino? It seems too long and unnecessary. I redacted both but is there another way to remove this? I didn't get this until I was creating a test.
Redacted both but it's annoying.
Thank you much.
The text was updated successfully, but these errors were encountered:
if you are talking about how to remove redacted field, you can add additional option called remove to redacted { redact: {paths: ['req', 'res'], remove: true } }
but as for the message in color, i think it's because you are using pretty-print and it's related to that package.
maybe you should see the docs for that package. hopefully, there is an option that does that just
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
How do you remove the request and response from pino? It seems too long and unnecessary. I redacted both but is there another way to remove this? I didn't get this until I was creating a test.
Redacted both but it's annoying.
Thank you much.
The text was updated successfully, but these errors were encountered: