You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
With Drush 12/13 (Drupal 10/11), setting logger to random drupal logger factory is not supported since DrushCommand::getLogger() is typed.
This is causing confusion for Pantheon support agents when they rely on commands like drush search_api_pantheon:diagnose.
To Reproduce
Steps to reproduce the behavior:
On a Drupal 10.3 installation
Update Drush to 12 or 13
Install and Enable search_api_pantheon module
Run Drush cr or any other drush command
Expected behavior
Developer should be able to run drush commands without errors. For example $ drush cr, $ Drush updb
Describe the bug
With Drush 12/13 (Drupal 10/11), setting logger to random drupal logger factory is not supported since DrushCommand::getLogger() is typed.
This is causing confusion for Pantheon support agents when they rely on commands like drush search_api_pantheon:diagnose.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Developer should be able to run drush commands without errors. For example $ drush cr, $ Drush updb
Additional context
See issue created in drupal.org https://www.drupal.org/project/search_api_pantheon/issues/3461920
The text was updated successfully, but these errors were encountered: