lib/fluent/plugin/in_syslog.rb in fluentd-0.12.18 vs lib/fluent/plugin/in_syslog.rb in fluentd-0.12.19
- old
+ new
@@ -171,10 +171,10 @@
end
private
def listen(callback)
- log.debug "listening syslog socket on #{@bind}:#{@port} with #{@protocol_type}"
+ log.info "listening syslog socket on #{@bind}:#{@port} with #{@protocol_type}"
if @protocol_type == :udp
@usock = SocketUtil.create_udp_socket(@bind)
@usock.bind(@bind, @port)
SocketUtil::UdpHandler.new(@usock, log, 2048, callback)
else