Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b51c7a0

Browse filesBrowse files
committed
[symfony#2830] Slight rewording
1 parent 69f4c95 commit b51c7a0
Copy full SHA for b51c7a0

File tree

Expand file treeCollapse file tree

1 file changed

+5
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-4
lines changed

‎cookbook/logging/monolog_email.rst

Copy file name to clipboardExpand all lines: cookbook/logging/monolog_email.rst
+5-4Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,11 @@ get logged on the server as well as the emails being sent:
109109

110110
.. caution::
111111

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.
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.
116117

117118
.. configuration-block::
118119

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.