Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion logging/monolog_email.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ How to Configure Monolog to Email Errors
.. caution::

This feature is not compatible yet with the new :doc:`Symfony mailer </mailer>`,
so it requires using SwiftMailer.
so it requires using :doc:`SwiftMailer </email>`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We at Symfony want the new Mailer is used, so adding a link and make it more simple to go to SwiftMailer does not makes sense to me.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@OskarStark actually, monolog isn't compatible with Mailer. That's why i add the link 😉

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the PR has been merged recently
symfony/symfony#33456
so IMO ne more need to promote swiftmailer email logging

exept for older version maybe :)


`Monolog`_ can be configured to send an email when an error occurs with an
application. The configuration for this requires a few nested handlers
Expand Down