about summary refs log blame commit diff
path: root/config/initializers/filter_parameter_logging.rb
blob: 3babc73f00cd46d72e87932bdb2281839c6caf0d (plain) (tree)
1
2
3
4
5
6
7
8







                                                                          
# frozen_string_literal: true

# 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 += %i[
  passw secret token _key crypt salt certificate otp ssn
]