Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logger misconfigured for Drush 12+ #200

Open
AnaLaura-cellardoormedia opened this issue Dec 17, 2024 · 1 comment
Open

Logger misconfigured for Drush 12+ #200

AnaLaura-cellardoormedia opened this issue Dec 17, 2024 · 1 comment

Comments

@AnaLaura-cellardoormedia

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:

  1. On a Drupal 10.3 installation
  2. Update Drush to 12 or 13
  3. Install and Enable search_api_pantheon module
  4. 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

Additional context
See issue created in drupal.org https://www.drupal.org/project/search_api_pantheon/issues/3461920

@AnaLaura-cellardoormedia
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant