Skip to content

Commit 84d2a78

Browse files
committed
Add fallbackgroup handler to configuration documentation
1 parent 1309860 commit 84d2a78

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

DependencyInjection/Configuration.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,10 @@
147147
* - members: the wrapped handlers by name
148148
* - [bubble]: bool, defaults to true
149149
*
150+
* - fallbackgroup
151+
* - members: the wrapped handlers by name
152+
* - [bubble]: bool, defaults to true
153+
*
150154
* - syslog:
151155
* - ident: string
152156
* - [facility]: defaults to 'user', use any of the LOG_* facility constant but without LOG_ prefix, e.g. user for LOG_USER
@@ -607,7 +611,7 @@ public function getConfigTreeBuilder()
607611
->canBeUnset()
608612
->prototype('scalar')->end()
609613
->end() // rollbar
610-
->arrayNode('members') // group, whatfailuregroup
614+
->arrayNode('members') // group, whatfailuregroup, fallbackgroup
611615
->canBeUnset()
612616
->performNoDeepMerging()
613617
->prototype('scalar')->end()

0 commit comments

Comments
 (0)