Skip to content

Commit

Permalink
add logging for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
wendelfabianchinsamy committed Jan 14, 2025
1 parent 1eaebcb commit 9133119
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 @@ -11,7 +11,7 @@ def perform(sqs_msg=nil, data=nil)

Rails.logger.info("[Event Import Worker] - Send request to event service: Start")
response = post_to_event_service(data)
# data = JSON.parse(data)
data = JSON.parse(data)
prefix = log_prefix(data)
handle_logging(data, response, prefix)
Rails.logger.info("[Event Import Worker] - Send request to event service: End")
Expand Down

0 comments on commit 9133119

Please sign in to comment.