🇷🇸Serbia kliker
Thank you @thetwentyseven, your patch resolves the v2.2 issue.
🇷🇸Serbia kliker
I needed to check couple of migrations and I realized that drush is nor recognising --migrate-debug.
I tried both v2.2 and v2.1 versions of the Migrate Devel:
v2.2
$ lando drush mim upgrade_d7_field --limit=1 --migrate-debug
The "--migrate-debug" option does not exist.
drush help migrate:import
is not listing --migrate-debug under Options
v2.1
drush help migrate:import
is listing --migrate-debug under Options but debug info does not show up below the migrate-import notice.
$ lando drush mim upgrade_d7_field --limit=1 --migrate-debug
[notice] Processed 1 item (0 created, 0 updated, 0 failed, 1 ignored) - done with 'upgrade_d7_field'
Am I missing something?
Drush Commandline Tool 11.6.0
Drupal version : 9.5.11
PHP version : 8.1.21