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 148
148
* - members: the wrapped handlers by name
149
149
* - [bubble]: bool, defaults to true
150
150
*
151
+ * - fallbackgroup
152
+ * - members: the wrapped handlers by name
153
+ * - [bubble]: bool, defaults to true
154
+ *
151
155
* - syslog:
152
156
* - ident: string
153
157
* - [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()
528
532
->canBeUnset ()
529
533
->prototype ('scalar ' )->end ()
530
534
->end () // rollbar
531
- ->arrayNode ('members ' ) // group, whatfailuregroup
535
+ ->arrayNode ('members ' ) // group, whatfailuregroup, fallbackgroup
532
536
->canBeUnset ()
533
537
->performNoDeepMerging ()
534
538
->prototype ('scalar ' )->end ()
You can’t perform that action at this time.
0 commit comments