Skip to content

Commit 9da4359

Browse files
committed
Merge remote-tracking branch 'Cloudstek/mdeboer/docs-fallbackhandler'
2 parents 671482e + 84d2a78 commit 9da4359

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
@@ -148,6 +148,10 @@
148148
* - members: the wrapped handlers by name
149149
* - [bubble]: bool, defaults to true
150150
*
151+
* - fallbackgroup
152+
* - members: the wrapped handlers by name
153+
* - [bubble]: bool, defaults to true
154+
*
151155
* - syslog:
152156
* - ident: string
153157
* - [facility]: defaults to 'user', use any of the LOG_* facility constant but without LOG_ prefix, e.g. user for LOG_USER
@@ -528,7 +532,7 @@ public function getConfigTreeBuilder()
528532
->canBeUnset()
529533
->prototype('scalar')->end()
530534
->end() // rollbar
531-
->arrayNode('members') // group, whatfailuregroup
535+
->arrayNode('members') // group, whatfailuregroup, fallbackgroup
532536
->canBeUnset()
533537
->performNoDeepMerging()
534538
->prototype('scalar')->end()

0 commit comments

Comments
 (0)