- πΊπΈUnited States gribnif
Here's a patch that does what was requested. I find it very helpful.
The progress bar shows the current progress, but not, which migration (id) is currently processed. But that would be a very helpful information.
First after the migration was prcessed, a notice / error if failed is shown with the migration ID
This is how it currently looks like:
The line above is the migration id finished before! While the process is running, you don't know what's being migrated currently.
Run drush migrate:import
See the progress bar, but now which migration id is active. You can only see this after this migration id has finished.
Log a message before starting a new migration id or display and / or display the migration ID right before or after the progress bar to show which migration is active.
Active
6.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Here's a patch that does what was requested. I find it very helpful.