Install
Works with Drupal: ^8.8 || ^9Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
18.63 KB
MD5: ae133ca06d2ca8e0332c3f6d477cf3ad
SHA-1: 9af4e67a5e5ba2774d44a4d240d1e7d02710aaa1
SHA-256: 44a5839f6ceb71ecb62385956020634f8e37c04b4e40b05c68bc3d08ef420b3b
Download zip
32.59 KB
MD5: 6b6284898875a6855b5c4e17bd180f90
SHA-1: 86ac654b9811224a40343fb388a0f53a2a990bc9
SHA-256: 076a05393ac85493c42c853dfd1a7a11fb5456d2709d21fa71a4144eac5e11fe
Release notes
- Issue #3191467 by Aerzas, lussoluca: Email subject should have no markup
- Issue #3166846 by RoSk0, lussoluca: Fix formatting in README.md file
- Issue #3103394 by casey, lussoluca: Drupal loggers should use original message placeholders
- Issue #3088690 by malcomio, lussoluca: Add server_host information
- Issue #2976310 by lussoluca: Open DrupalHandler class for extensions
- Issue #3087818 by Ditchfuuu: Add ability for processors to be defined per channel
- Issue #3251624 by scalas89, lussoluca: Declaration of Drupal\monolog\Logger\Logger::addRecord($level, $message, array $context = Array): bool should be compatible with Monolog\Logger::addRecord(int $level, string $message, array $context = Array): bool Logger.php:20
- Issue #3228951 by omrmankar, lussoluca: Fix Drupal coding standard and Drupal Practice
- Issue #3245874 by ecj, lussoluca: Bind formatter to single handler
- Issue #3246910 by Thony, lussoluca: \DrupalMailHandler::send not compatible with MailHandler::send