Commit 2c93aa5
committed
bug #4147 [Cookbook][Logging] add missing Monolog handler type in XML config (xabbuh)
This PR was merged into the 2.3 branch.
Discussion
----------
[Cookbook][Logging] add missing Monolog handler type in XML config
| Q | A
| ------------- | ---
| Doc fix? | yes
| New docs? | no
| Applies to | all
| Fixed tickets |
Omitting the type of a handler leads to an error:
> Symfony\Component\Config\Definition\Exception\InvalidConfigurationException: The child node "type" at path "monolog.handlers.swift" must be configured.
Commits
-------
dc33b0c add missing Monolog handler type in XML config1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| |||
0 commit comments