sutty/config/initializers/filter_parameter_logging.rb
2021-03-19 19:41:03 -03:00

9 lines
289 B
Ruby

# 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[
password passw secret token _key crypt salt certificate otp ssn key
]