File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 147
147
* - members: the wrapped handlers by name
148
148
* - [bubble]: bool, defaults to true
149
149
*
150
+ * - fallbackgroup
151
+ * - members: the wrapped handlers by name
152
+ * - [bubble]: bool, defaults to true
153
+ *
150
154
* - syslog:
151
155
* - ident: string
152
156
* - [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()
607
611
->canBeUnset ()
608
612
->prototype ('scalar ' )->end ()
609
613
->end () // rollbar
610
- ->arrayNode ('members ' ) // group, whatfailuregroup
614
+ ->arrayNode ('members ' ) // group, whatfailuregroup, fallbackgroup
611
615
->canBeUnset ()
612
616
->performNoDeepMerging ()
613
617
->prototype ('scalar ' )->end ()
You can’t perform that action at this time.
0 commit comments