We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent69f4c95 commitb51c7a0Copy full SHA for b51c7a0
cookbook/logging/monolog_email.rst
@@ -109,10 +109,11 @@ 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.
+ The default spool setting for swiftmailer is set to ``memory``, which
+ means that emails are sent at the very end of the request. However, this
+ does not work with buffered logs at the moment. In order to enable emailing
+ 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