8000 [#3217] Tweaking message to explain how these options are used · symfony/symfony-docs@bdd64c2 · GitHub
[go: up one dir, main page]

Skip to content

Commit bdd64c2

Browse files
committed
[#3217] Tweaking message to explain how these options are used
1 parent a45b926 commit bdd64c2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

reference/configuration/monolog.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ MonologBundle Configuration ("monolog")
3030
id: my_handler
3131
3232
# 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.
33+
# Note: many of these options are specific to the "type".
34+
# For example, the "service" type doesn't use any options
35+
# except id and channels
3536
my_custom_handler:
3637
type: ~ # Required
3738
id: ~

0 commit comments

Comments
 (0)
0