File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 162
162
* - [level]: level name or int value, defaults to DEBUG
163
163
* - [bubble]: bool, defaults to true
164
164
* - [ident]: string, defaults to
165
- * - [rfc]: string , defaults to
165
+ * - [rfc]: int 0 (RFC3164) or 1 (RFC5424) , defaults to 1
166
166
*
167
167
* - swift_mailer:
168
168
* - from_email: optional if email_prototype is given
@@ -495,7 +495,7 @@ public function getConfigTreeBuilder()
495
495
->scalarNode ('title ' )->defaultNull ()->end () // pushover
496
496
->scalarNode ('host ' )->defaultNull ()->end () // syslogudp & hipchat
497
497
->scalarNode ('port ' )->defaultValue (514 )->end () // syslogudp
498
- ->scalarNode ('rfc ' )->defaultNull ( )->end () // syslogudp
498
+ ->integerNode ('rfc ' )->defaultValue ( 1 )->end () // syslogudp
499
499
->arrayNode ('publisher ' )
500
500
->canBeUnset ()
501
501
->beforeNormalization ()
You can’t perform that action at this time.
0 commit comments