Skip to content

Commit 069791d

Browse files
committed
Fixed code examples in cookbook/logging
1 parent 3fc64a0 commit 069791d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cookbook/logging/monolog_email.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ it is broken down.
3333
3434
.. code-block:: xml
3535
36+
<!-- app/config/config.xml -->
3637
<container xmlns="http://symfony.com/schema/dic/services"
3738
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3839
xmlns:monolog="http://symfony.com/schema/dic/monolog"
@@ -112,6 +113,7 @@ get logged on the server as well as the emails being sent:
112113
113114
.. code-block:: xml
114115
116+
<!-- app/config/config.xml -->
115117
<container xmlns="http://symfony.com/schema/dic/services"
116118
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
117119
xmlns:monolog="http://symfony.com/schema/dic/monolog"
@@ -156,4 +158,4 @@ This uses the ``group`` handler to send the messages to the two
156158
group members, the ``buffered`` and the ``stream`` handlers. The messages will
157159
now be both written to the log file and emailed.
158160

159-
.. _Monolog: https://github.com/Seldaek/monolog
161+
.. _Monolog: https://github.com/Seldaek/monolog

0 commit comments

Comments
 (0)