We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b4bcd86 + b51c7a0 commit 61b3ff2Copy full SHA for 61b3ff2
cookbook/logging/monolog_email.rst
@@ -107,6 +107,14 @@ to and from addresses and the subject.
107
You can combine these handlers with other handlers so that the errors still
108
get logged on the server as well as the emails being sent:
109
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
118
.. configuration-block::
119
120
.. code-block:: yaml
0 commit comments