about summary refs log tree commit diff
path: root/config/initializers/filter_parameter_logging.rb
blob: 06cb15bbb11156b1381ba7f3a05155b7d5b6a631 (plain) (blame)
1
2
3
4
# 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 += [:password, :private_key, :public_key, :otp_attempt]