Skip to content

Commit

Permalink
Fix JENKINS-27959 - define UDP as the default transport
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrille-leclerc committed Apr 16, 2015
1 parent fca12ab commit 5303121
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -98,7 +98,7 @@ public String label() {
public abstract SyslogMessageSender create();
}

private SyslogTransport syslogTransport;
private SyslogTransport syslogTransport = DEFAULT_SYSLOG_TRANSPORT;
private String syslogServerHostname;
private int syslogServerPort = DEFAULT_SYSLOG_SERVER_PORT;
private Level levelFilter = DEFAULT_LEVEL_FILTER;
Expand Down

0 comments on commit 5303121

Please sign in to comment.