Problem/Motivation
As noted in similar issues in the queues for other third-party modules (e.g., https://www.drupal.org/project/patternkit/issues/3259629)... "in order to use the Monolog module on a Drupal 8 site, services must inject based on the LoggerInterface and not LoggerChannelInterface."
Proposed resolution
Use Psr\Log\LoggerInterface;
| Comment | File | Size | Author |
|---|
Issue fork tfa-3464500
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
Comment #2
beunerd commentedComment #4
beunerd commentedHere's a patch, and the MR is in too.
Comment #5
cmlaraNW for PHPCS changes (stray “;” and use order alphabetical)
We also need to commit this to 2.x which will likely require a separate MR.
We are fully MR so no need to post patch files when updating.
Comment #8
sourav_paulComment #9
cmlaraComment #12
cmlara