Mit einem Update auf Drush 13 erscheint folgender Fehler während drush deploy:

   [error]  AssertionError: Instead of using replacing Drush's logger, use $this->add() on DrushLoggerManager to add a custom logger. See https://github.com/drush-o  
  ps/drush/pull/5022 in assert() (line 76 of /var/www/html/app/vendor/drush/drush/src/Commands/DrushCommands.php) #0 /var/www/html/app/vendor/drush/drush/src/Comman  
  ds/DrushCommands.php(76): assert()  

Dieser scheint durch den logger in pagedesigner/modules/pagedesigner_debug/src/Commands/Debug.php hervorgerufen zu werden.

Soweit ich das beurteilen kann, wird der Logger nicht verwendet und kann entfernt werden.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

johannes.heinzerling created an issue. See original summary.

johannes.heinzerling’s picture

Ich habe den Logger aus Debug.php entfernt und kann nun keine Fehler mehr festellen.

guillaumepacilly made their first commit to this issue’s fork.

guillaumepacilly’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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