8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a45b926 commit bdd64c2Copy full SHA for bdd64c2
reference/configuration/monolog.rst
@@ -30,8 +30,9 @@ MonologBundle Configuration ("monolog")
30
id: my_handler
31
32
# Default options and values for some "my_custom_handler"
33
- # Note: "level" and "bubble" options are not used when handler type is "service"
34
- # Those options must be configured in the service definition.
+ # Note: many of these options are specific to the "type".
+ # For example, the "service" type doesn't use any options
35
+ # except id and channels
36
my_custom_handler:
37
type: ~ # Required
38
id: ~
0 commit comments