File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ it is broken down.
33
33
34
34
.. code-block :: xml
35
35
36
+ <!-- app/config/config.xml -->
36
37
<container xmlns =" http://symfony.com/schema/dic/services"
37
38
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
38
39
xmlns : monolog =" http://symfony.com/schema/dic/monolog"
@@ -112,6 +113,7 @@ get logged on the server as well as the emails being sent:
112
113
113
114
.. code-block :: xml
114
115
116
+ <!-- app/config/config.xml -->
115
117
<container xmlns =" http://symfony.com/schema/dic/services"
116
118
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
117
119
xmlns : monolog =" http://symfony.com/schema/dic/monolog"
@@ -156,4 +158,4 @@ This uses the ``group`` handler to send the messages to the two
156
158
group members, the ``buffered `` and the ``stream `` handlers. The messages will
157
159
now be both written to the log file and emailed.
158
160
159
- .. _Monolog : https://github.com/Seldaek/monolog
161
+ .. _Monolog : https://github.com/Seldaek/monolog
You can’t perform that action at this time.
0 commit comments