Skip to content

Commit

Permalink
Update to Symfony 4 paths
Browse files Browse the repository at this point in the history
  • Loading branch information
simshaun committed Apr 18, 2018
1 parent e19bca2 commit c8c19f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions logging/monolog_exclude_http_codes.rst
Expand Up @@ -14,7 +14,7 @@ logging these HTTP codes based on the MonologBundle configuration:

.. code-block:: yaml
# app/config/config.yml
# config/packages/prod/monolog.yaml
monolog:
handlers:
main:
Expand All @@ -25,7 +25,7 @@ logging these HTTP codes based on the MonologBundle configuration:
.. code-block:: xml
<!-- app/config/config.xml -->
<!-- config/packages/prod/monolog.xml -->
<container xmlns="http://symfony.com/schema/dic/services"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:monolog="http://symfony.com/schema/dic/monolog"
Expand All @@ -48,7 +48,7 @@ logging these HTTP codes based on the MonologBundle configuration:
.. code-block:: php
// app/config/config.php
// config/packages/prod/monolog.php
$container->loadFromExtension('monolog', array(
'handlers' => array(
'main' => array(
Expand Down

0 comments on commit c8c19f2

Please sign in to comment.