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 82c5180 commit 8250c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/funder_identifier.rb
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def self.push_item(item)

obj_id = normalize_doi(funder_identifier)

Rails.logger.info("[Event Import Worker]: Funding references obj_id #{funder_identifier}")
Rails.logger.info("[Event Import Worker]: Funding references obj_id #{obj_id}")

relation_type_id = "is_funded_by"
source_id = "datacite_funder"
Expand Down

0 comments on commit 8250c18

Please sign in to comment.