Skip to content

Commit

Permalink
Remove base64 photo from requests logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mdouchement committed Jul 12, 2020
1 parent 83963bd commit 32ac796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/filter_parameter_logging.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,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]
Rails.application.config.filter_parameters += [:password, :photo]

0 comments on commit 32ac796

Please sign in to comment.