about summary refs log tree commit diff
path: root/config/initializers/filter_parameter_logging.rb
blob: d2452f355b0fda3a8eb5835500bd636a8763d6b9 (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]