Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
goodviber committed Dec 18, 2024
1 parent 8ea3eb3 commit b3fbbed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dfe/analytics/entities.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module Entities
updated_attributes = DfE::Analytics.extract_model_attributes(
self, saved_changes.transform_values(&:last)
)
Rails.logger.info("updated_attributes: #{updated_attributes}")
Rails.logger.info("log_updated_attributes: #{updated_attributes}")
Rails.logger.info("model: #{self}")
allowed_attributes = DfE::Analytics.extract_model_attributes(self).deep_merge(updated_attributes)

Expand Down

0 comments on commit b3fbbed

Please sign in to comment.