8000 Removed warning about using swiftmailer handler with memory spool · fabpot/symfony-docs@1262487 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1262487

Browse files
pkraeutliweaverryan
authored andcommitted
Removed warning about using swiftmailer handler with memory spool
1 parent 594821b commit 1262487

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

cookbook/logging/monolog_email.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,6 @@ to and from addresses and the subject.
107107
You can combine these handlers with other handlers so that the errors still
108108
get logged on the server as well as the emails being sent:
109109

110-
.. caution::
111-
112-
The default spool setting for swiftmailer is set to ``memory``, which
113-
means that emails are sent at the very end of the request. However, this
114-
does not work with buffered logs at the moment. In order to enable emailing
115-
logs per the example below, you are must comment out the ``spool: { type: memory }``
116-
line in the ``config.yml`` file.
117-
118110
.. configuration-block::
119111

120112
.. code-block:: yaml

0 commit comments

Comments
 (0)
0