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 1494c08 commit bbf53b4Copy full SHA for bbf53b4
cookbook/logging/monolog_email.rst
@@ -112,7 +112,7 @@ get logged on the server as well as the emails being sent:
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 }``
+ logs per the example below, you must comment out the ``spool: { type: memory }``
116
line in the ``config.yml`` file.
117
118
.. configuration-block::
0 commit comments