Replies: 1 comment
-
This gem has no direct support, since it relies on the features already built into Rails for filtering out sensitive fields from the logs. Rails.application.config.filter_parameters += [:email, :phone] |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am wondering if there is a way to setup something that would remove certain sensitive information from all logs. This would be useful if lets say you wanted to remove/redact Authorization header for incoming AND outgoing requests.
Is this something already supported by this gem? If not, how would I go about it?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions