Skip to content

Update monolog_email.rst #2830

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
7 changes: 7 additions & 0 deletions cookbook/logging/monolog_email.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,13 @@ to and from addresses and the subject.
You can combine these handlers with other handlers so that the errors still
get logged on the server as well as the emails being sent:

.. caution::

The default spool setting for swiftmailer is to use memory, however
this does not work in the case of buffered logs at present. In order
to enable email of logs as per the example below you are required to
comment out spool: { type: memory } in the config.yml file.

.. configuration-block::

.. code-block:: yaml
Expand Down