Watchdog logging using 'mailer' instead of 'symfony_mailer'

Created on 27 June 2024, 9 months ago
Updated 23 July 2024, 9 months ago

Problem/Motivation

Watchdog logs for a site show symfony_mailer messages as coming from "mailer", which may make troubleshooting confusing.

Steps to reproduce

Look at watchdog entries :)

Also: code has this:

src/Mailer.php
280:      $this->loggerFactory->get('mailer')->error('Error sending email: %message', $params);

Proposed resolution

Replace 'mailer' with 'symfony_mailer'

Remaining tasks

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Fixed

Version

1.4

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States janusman

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024