Skip to content

Commit 5152b84

Browse files
yosmanygaweaverryan
authored andcommitted
Update monolog_email.rst
1 parent b88d588 commit 5152b84

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

cookbook/logging/monolog_email.rst

+6-6
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ it is broken down.
1414

1515
.. code-block:: yaml
1616
17-
# app/config/config.yml
17+
# app/config/config_prod.yml
1818
monolog:
1919
handlers:
2020
mail:
@@ -33,7 +33,7 @@ it is broken down.
3333
3434
.. code-block:: xml
3535
36-
<!-- app/config/config.xml -->
36+
<!-- app/config/config_prod.xml -->
3737
<container xmlns="http://symfony.com/schema/dic/services"
3838
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3939
xmlns:monolog="http://symfony.com/schema/dic/monolog"
@@ -64,7 +64,7 @@ it is broken down.
6464
6565
.. code-block:: php
6666
67-
// app/config/config.php
67+
// app/config/config_prod.php
6868
$container->loadFromExtension('monolog', array(
6969
'handlers' => array(
7070
'mail' => array(
@@ -112,7 +112,7 @@ get logged on the server as well as the emails being sent:
112112

113113
.. code-block:: yaml
114114
115-
# app/config/config.yml
115+
# app/config/config_prod.yml
116116
monolog:
117117
handlers:
118118
main:
@@ -138,7 +138,7 @@ get logged on the server as well as the emails being sent:
138138
139139
.. code-block:: xml
140140
141-
<!-- app/config/config.xml -->
141+
<!-- app/config/config_prod.xml -->
142142
<container xmlns="http://symfony.com/schema/dic/services"
143143
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
144144
xmlns:monolog="http://symfony.com/schema/dic/monolog"
@@ -181,7 +181,7 @@ get logged on the server as well as the emails being sent:
181181
182182
.. code-block:: php
183183
184-
// app/config/config.php
184+
// app/config/config_prod.php
185185
$container->loadFromExtension('monolog', array(
186186
'handlers' => array(
187187
'main' => array(

0 commit comments

Comments
 (0)