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 162162 * - [level]: level name or int value, defaults to DEBUG
163163 * - [bubble]: bool, defaults to true
164164 * - [ident]: string, defaults to
165- * - [rfc]: string , defaults to
165+ * - [rfc]: int 0 (RFC3164) or 1 (RFC5424) , defaults to 1
166166 *
167167 * - swift_mailer:
168168 * - from_email: optional if email_prototype is given
@@ -495,7 +495,7 @@ public function getConfigTreeBuilder()
495495 ->scalarNode ('title ' )->defaultNull ()->end () // pushover
496496 ->scalarNode ('host ' )->defaultNull ()->end () // syslogudp & hipchat
497497 ->scalarNode ('port ' )->defaultValue (514 )->end () // syslogudp
498- ->scalarNode ('rfc ' )->defaultNull ( )->end () // syslogudp
498+ ->integerNode ('rfc ' )->defaultValue ( 1 )->end () // syslogudp
499499 ->arrayNode ('publisher ' )
500500 ->canBeUnset ()
501501 ->beforeNormalization ()
You can’t perform that action at this time.
0 commit comments