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 157157 *   - [level]: level name or int value, defaults to DEBUG 
158158 *   - [bubble]: bool, defaults to true 
159159 *   - [ident]: string, defaults to 
160-  *   - [rfc]: string , defaults to 
160+  *   - [rfc]: int 0 (RFC3164) or 1 (RFC5424) , defaults to 1  
161161 * 
162162 * - swift_mailer: 
163163 *   - from_email: optional if email_prototype is given 
@@ -487,7 +487,7 @@ public function getConfigTreeBuilder()
487487                            ->scalarNode ('title ' )->defaultNull ()->end () // pushover 
488488                            ->scalarNode ('host ' )->defaultNull ()->end () // syslogudp & hipchat 
489489                            ->scalarNode ('port ' )->defaultValue (514 )->end () // syslogudp 
490-                             ->scalarNode ('rfc ' )->defaultNull ( )->end () // syslogudp 
490+                             ->integerNode ('rfc ' )->defaultValue ( 1 )->end () // syslogudp 
491491                            ->arrayNode ('publisher ' )
492492                                ->canBeUnset ()
493493                                ->beforeNormalization ()
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments