Problem/Motivation

After upgrading this module from 8.x-1.0 to 8.x-1.3, the following error is reported:
Fatal error: Interface 'Monolog\Processor\ProcessorInterface' not found in /var/www/mass.local/docroot/modules/contrib/monolog/src/Logger/Processor/ContextKeyFilterProcessor.php on line 10

Proposed resolution

Update composer.json to require monolog/monolog: >=1.24.0 which is where Monolog\Processor\ProcessorInterface was introduced.

Remaining tasks

Create patch with update.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

merauluka created an issue. See original summary.

merauluka’s picture

merauluka’s picture

Status: Active » Needs review
FileSize
357 bytes

Attaching the patch for review.

  • lussoluca committed a5d5424 on 8.x-1.x authored by merauluka
    Issue #3057734 by merauluka: Fatal error after upgrading from 8.x-1.0 to...
lussoluca’s picture

Status: Needs review » Fixed

Committed and pushed to 8.x-1.x
Thank you!

Status: Fixed » Closed (fixed)

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