@@ -14,7 +14,7 @@ it is broken down.
14
14
15
15
.. code-block :: yaml
16
16
17
- # app/config/config .yml
17
+ # app/config/config_prod .yml
18
18
monolog :
19
19
handlers :
20
20
mail :
@@ -33,7 +33,7 @@ it is broken down.
33
33
34
34
.. code-block :: xml
35
35
36
- <!-- app/config/config .xml -->
36
+ <!-- app/config/config_prod .xml -->
37
37
<container xmlns =" http://symfony.com/schema/dic/services"
38
38
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
39
39
xmlns : monolog =" http://symfony.com/schema/dic/monolog"
@@ -64,7 +64,7 @@ it is broken down.
64
64
65
65
.. code-block :: php
66
66
67
- // app/config/config .php
67
+ // app/config/config_prod .php
68
68
$container->loadFromExtension('monolog', array(
69
69
'handlers' => array(
70
70
'mail' => array(
@@ -112,7 +112,7 @@ get logged on the server as well as the emails being sent:
112
112
113
113
.. code-block :: yaml
114
114
115
- # app/config/config .yml
115
+ # app/config/config_prod .yml
116
116
monolog :
117
117
handlers :
118
118
main :
@@ -138,7 +138,7 @@ get logged on the server as well as the emails being sent:
138
138
139
139
.. code-block :: xml
140
140
141
- <!-- app/config/config .xml -->
141
+ <!-- app/config/config_prod .xml -->
142
142
<container xmlns =" http://symfony.com/schema/dic/services"
143
143
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
144
144
xmlns : monolog =" http://symfony.com/schema/dic/monolog"
@@ -181,7 +181,7 @@ get logged on the server as well as the emails being sent:
181
181
182
182
.. code-block :: php
183
183
184
- // app/config/config .php
184
+ // app/config/config_prod .php
185
185
$container->loadFromExtension('monolog', array(
186
186
'handlers' => array(
187
187
'main' => array(
0 commit comments