File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 157
157
* - [level]: level name or int value, defaults to DEBUG
158
158
* - [bubble]: bool, defaults to true
159
159
* - [ident]: string, defaults to
160
- * - [rfc]: string , defaults to
160
+ * - [rfc]: int 0 (RFC3164) or 1 (RFC5424) , defaults to 1
161
161
*
162
162
* - swift_mailer:
163
163
* - from_email: optional if email_prototype is given
@@ -478,7 +478,7 @@ public function getConfigTreeBuilder()
478
478
->scalarNode ('title ' )->defaultNull ()->end () // pushover
479
479
->scalarNode ('host ' )->defaultNull ()->end () // syslogudp & hipchat
480
480
->scalarNode ('port ' )->defaultValue (514 )->end () // syslogudp
481
- ->scalarNode ('rfc ' )->defaultNull ( )->end () // syslogudp
481
+ ->integerNode ('rfc ' )->defaultValue ( 1 )->end () // syslogudp
482
482
->arrayNode ('publisher ' )
483
483
->canBeUnset ()
484
484
->beforeNormalization ()
You can’t perform that action at this time.
0 commit comments