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.
1 parent 02ff9f0 commit 69f4c95Copy full SHA for 69f4c95
cookbook/logging/monolog_email.rst
@@ -107,6 +107,13 @@ 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 to use memory, however
113
+ this does not work in the case of buffered logs at present. In order
114
+ to enable email of logs as per the example below you are required to
115
+ comment out spool: { type: memory } in the config.yml file.
116
117
.. configuration-block::
118
119
.. code-block:: yaml
0 commit comments