Hiding Sensitive Information from Logs Using Parameter Filtering in Rails
This article explains why you shouldn't log confidential or user-identifiable information and how to filter it using parameter filtering in Rails. We'll also learn how Rails implements this feature internally.