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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | drush-11-3269445-2.patch | 427 bytes | pivica |
Comments
Comment #2
pivica commentedHere is a patch.
Comment #3
pivica commentedNote that this will maybe break Drush 8 compatibility.
Comment #5
pivica commentedCommitted.