日志推送方式改成udp
							parent
							
								
									638e0969ba
								
							
						
					
					
						commit
						201194e081
					
				| 
						 | 
				
			
			@ -10,6 +10,6 @@ public class SysLogAppenderTcpAndUdp extends SyslogAppender {
 | 
			
		|||
 | 
			
		||||
    @Override
 | 
			
		||||
    public SyslogOutputStream createOutputStream() throws SocketException, UnknownHostException {
 | 
			
		||||
        return new SyslogOutputStreamTcpAndUdp(getSyslogHost(), getPort());
 | 
			
		||||
        return new SyslogOutputStream(getSyslogHost(), getPort());
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue