Skip to content

Commit

Permalink
change logging identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
wendelfabianchinsamy committed Jan 23, 2025
1 parent 436a4d2 commit 6f0cc9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/workers/event_import_worker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class EventImportWorker

def perform(sqs_msg=nil, data=nil)
if data.blank?
Rails.logger.info("[EventImportWorker] data object is blank.")
Rails.logger.info("[Event Data] data object is blank.")
return
end

Expand Down

0 comments on commit 6f0cc9e

Please sign in to comment.