view config/initializers/filter_parameter_logging.rb @ 482:403f71d22b7b

Update gems
author nanaya <me@nanaya.pro>
date Sun, 28 Nov 2021 19:45:59 +0900
parents 88fd5722fcb3
children 92929378413e
line wrap: on
line source

# 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
]