aboutsummaryrefslogtreecommitdiff
path: root/config/initializers/filter_parameter_logging.rb
blob: 4b34a036689c21f4ccddb82823b2c2de065bb7fc (plain)
1
2
3
4
5
6
# Be sure to restart your server when you modify this file.

# Configure sensitive parameters which will be filtered from the log file.
Rails.application.config.filter_parameters += [
  :passw, :secret, :token, :_key, :crypt, :salt, :certificate, :otp, :ssn
]