Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature #10534 [SwiftMailer] [MonologBundle] send error log mails fro…
…m CLI (arodiss) This PR was merged into the 2.5-dev branch. Discussion ---------- [SwiftMailer] [MonologBundle] send error log mails from CLI | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | License | MIT Given I have symfony2 application with Monolog configured to send mail on error logs. When I have exception thrown from CLI task Then I should receive error mail However this is not true because `Monolog/SwiftMailerHandler` is doing force flush only on `kernel.terminate`, but not on `console.terminate` This PR fixes issue together with symfony/monolog-bundle#73 Commits ------- 9bb602f added explicit swiftmailer flush after ConsoleEvents::TERMINATE
- Loading branch information