Skip to content

Commit

Permalink
Add property ID to error log line
Browse files Browse the repository at this point in the history
  • Loading branch information
mdholloway committed Jan 15, 2025
1 parent a0825de commit d34ee58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wikibase_to_solr_new.rb
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def record?(entity)
transformer = DigitalScriptorium.const_get(property_config['transformer_class']).new claim, export_hash
solr_item = merge solr_item, transformer.solr_props
rescue StandardError => e
logger.error "Error processing claim for item #{item.id}: #{e}"
logger.error "Error processing #{property_id} claim for item #{item.id}: #{e}"
end
end
end
Expand Down

0 comments on commit d34ee58

Please sign in to comment.