Skip to content

Commit

Permalink
BST-1570/removes black listed param from being logged (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
JackOddy authored Feb 20, 2019
1 parent 089762e commit ca55fed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/logga/active_record.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Logga
module ActiveRecord
extend ActiveSupport::Concern

EXCLUDED_KEYS = [:id, :created_at, :deleted_at, :initial, :updated_at, :log, :sent_photos_chaser_email, :sent_after_sales_emails]
EXCLUDED_KEYS = [:id, :created_at, :deleted_at, :initial, :updated_at, :log, :sent_after_sales_emails]
EXCLUDED_KEYS_SUFFIXES = [:_id, :_filenames]

included do
Expand Down

0 comments on commit ca55fed

Please sign in to comment.