Problem/Motivation

When trying to run commands with Drush 11 you are getting a next error:

In Logger.php line 161:
                                      
  The log level "ok" does not exist.  

It seems we need to switch from using \Drush\Log\LogLevel to Psr\Log\LogLevel.

CommentFileSizeAuthor
#2 drush-11-3269445-2.patch427 bytespivica

Comments

pivica created an issue. See original summary.

pivica’s picture

Status: Active » Needs review
StatusFileSize
new427 bytes

Here is a patch.

pivica’s picture

Note that this will maybe break Drush 8 compatibility.

  • pivica committed 9bcd66c on 8.x-1.x
    Issue #3269445 by pivica: Not compatible with Drush 11
    
pivica’s picture

Status: Needs review » Fixed

Committed.

Status: Fixed » Closed (fixed)

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