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 c8c19f2

Browse filesBrowse files
committed
Update to Symfony 4 paths
1 parent e19bca2 commit c8c19f2
Copy full SHA for c8c19f2

File tree

1 file changed

+3
-3
lines changed
Filter options

1 file changed

+3
-3
lines changed

‎logging/monolog_exclude_http_codes.rst

Copy file name to clipboardExpand all lines: logging/monolog_exclude_http_codes.rst
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ logging these HTTP codes based on the MonologBundle configuration:
1414

1515
.. code-block:: yaml
1616
17-
# app/config/config.yml
17+
# config/packages/prod/monolog.yaml
1818
monolog:
1919
handlers:
2020
main:
@@ -25,7 +25,7 @@ logging these HTTP codes based on the MonologBundle configuration:
2525
2626
.. code-block:: xml
2727
28-
<!-- app/config/config.xml -->
28+
<!-- config/packages/prod/monolog.xml -->
2929
<container xmlns="http://symfony.com/schema/dic/services"
3030
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3131
xmlns:monolog="http://symfony.com/schema/dic/monolog"
@@ -48,7 +48,7 @@ logging these HTTP codes based on the MonologBundle configuration:
4848
4949
.. code-block:: php
5050
51-
// app/config/config.php
51+
// config/packages/prod/monolog.php
5252
$container->loadFromExtension('monolog', array(
5353
'handlers' => array(
5454
'main' => array(

0 commit comments

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