Skip to content

Commit

Permalink
more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
goodviber committed Dec 18, 2024
1 parent b3fbbed commit 4f3c405
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 @@ -26,7 +26,7 @@ module Entities
self, saved_changes.transform_values(&:last)
)
Rails.logger.info("log_updated_attributes: #{updated_attributes}")
Rails.logger.info("model: #{self}")
Rails.logger.info("log_model: #{self}")
allowed_attributes = DfE::Analytics.extract_model_attributes(self).deep_merge(updated_attributes)

send_event('update_entity', allowed_attributes) if updated_attributes.any?
Expand Down

0 comments on commit 4f3c405

Please sign in to comment.