Skip to content

Update monolog_email.rst #13107

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
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