sharedlists/config/initializers/filter_parameter_logging.rb

7 lines
260 B
Ruby
Raw Normal View History

2021-12-18 10:31:37 +01:00
# 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
]