sutty/config/initializers/filter_parameter_logging.rb

9 lines
289 B
Ruby
Raw Permalink Normal View History

2019-03-26 15:32:20 +00:00
# frozen_string_literal: true
2018-01-02 17:19:25 +00:00
# Be sure to restart your server when you modify this file.
# Configure sensitive parameters which will be filtered from the log file.
2020-12-24 18:02:03 +00:00
Rails.application.config.filter_parameters += %i[
2021-03-19 22:41:03 +00:00
password passw secret token _key crypt salt certificate otp ssn key
2020-12-24 18:02:03 +00:00
]