Right now when importing, there is little in the way of reporting/logging for which items failed. It only says how many had succeeded, failed or were ignored. Ideally I would like a reference to the source data item which couldn't be brought over. This in concert with the messages we have now could prove to be more helpful in debugging why fields are hanging things up, etc. There may already be a way of doing this but none that I could easily find.

Comments

mikeryan’s picture

Status: Active » Fixed

Any errors or notices detected during migration are saved in the migration's migrate_message table, keyed by source ID. You can view them in the dashboard UI by clicking the number of messages, or from drush with the drush migrate-messages command.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.