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 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 ()
You can’t perform that action at this time.
0 commit comments