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 15, 2025
1 parent a9150ba commit 963eec8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/models/orcid_affiliation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def self.push_item(item)
["IsIdenticalTo", "IsPartOf", "IsPreviousVersionOf",
"IsVersionOf"].include?(related_identifier["relatedIdentifierType"])
end
Rails.logger.info("[Event Import Worker]: orcid_affiliation skip_doi = #{skip_doi}")

total_push_items = []

Expand Down

0 comments on commit 963eec8

Please sign in to comment.