- Issue created by @janusman
- π¬π§United Kingdom aaron.ferris
aaron.ferris β made their first commit to this issueβs fork.
- Status changed to Needs review
9 months ago 3:24pm 27 June 2024 - π¬π§United Kingdom aaron.ferris
Makes sense to me, I can see we are logging entries as 'swift_mailer' elsewhere also. Raised an MR.
/** * {@inheritdoc} */ public function submitForm(array &$form, FormStateInterface $form_state) { $this->overrideManager->action($this->id, $this->action); $message = ($this->id == OverrideManagerInterface::ALL_OVERRIDES) ? $this->t('Completed %action for all overrides', $this->args) : $this->t('Completed %action for override %name', $this->args); $this->messenger()->addStatus($message); $this->logger('symfony_mailer')->notice($message); $form_state->setRedirectUrl($this->getCancelUrl()); }
- First commit to issue fork.
-
AdamPS β
committed 946a1304 on 1.x authored by
aaron.ferris β
Issue #3457629: Watchdog logging using 'mailer' instead of '...
-
AdamPS β
committed 946a1304 on 1.x authored by
aaron.ferris β
- Status changed to Fixed
9 months ago 12:09pm 9 July 2024 Automatically closed - issue fixed for 2 weeks with no activity.