comparison config/initializers/filter_parameter_logging.rb @ 214:2335107f35d0

Run rails update
author nanaya <me@nanaya.pro>
date Fri, 11 Dec 2020 03:47:39 +0900
parents a1c9fadc0904
children
comparison
equal deleted inserted replaced
213:609e96a79ad8 214:2335107f35d0
1 # Be sure to restart your server when you modify this file. 1 # Be sure to restart your server when you modify this file.
2 2
3 # Configure sensitive parameters which will be filtered from the log file. 3 # Configure sensitive parameters which will be filtered from the log file.
4 Rails.application.config.filter_parameters += [:password] 4 Rails.application.config.filter_parameters += [
5 :passw, :secret, :token, :_key, :crypt, :salt, :certificate, :otp, :ssn
6 ]