You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #15449 [Logging] Fix incorrect PHP example to exclude HTTP code with Monolog (ker0x)
This PR was merged into the 5.3 branch.
Discussion
----------
[Logging] Fix incorrect PHP example to exclude HTTP code with Monolog
With the previous example, when running `composer run-script --no-dev post-install-cmd` we get the following error:
```bash
Executing script cache:clear [KO]
[KO]
Script cache:clear returned with error code 1
!!
!! In FileLoader.php line 174:
!!
!! The following keys are not supported by "Symfony\Config\Monolog\HandlerConf
!! ig\ExcludedHttpCodeConfig": 0, 1 in /home/ker0x/dev/imdb/config/packages/pr
!! od/monolog.php (which is being imported from "/home/ker0x/dev/imdb/src/Kern
!! el.php").
!!
!!
!! In ExcludedHttpCodeConfig.php line 57:
!!
!! The following keys are not supported by "Symfony\Config\Monolog\HandlerConf
!! ig\ExcludedHttpCodeConfig": 0, 1
!!
!!
!!
Script `@auto`-scripts was called via post-install-cmd
```
Commits
-------
74b6cf6 Fix incorrect PHP example to exclude HTTP code with Monolog
0 commit comments