lib/fluent/plugin/out_forward.rb in fluentd-0.10.55 vs lib/fluent/plugin/out_forward.rb in fluentd-0.10.56
- old
+ new
@@ -85,10 +85,10 @@
failure = FailureDetector.new(@heartbeat_interval, @hard_timeout, Time.now.to_i.to_f)
node_conf = NodeConfig.new(name, host, port, weight, standby, failure,
@phi_threshold, recover_sample_size, @expire_dns_cache, @phi_failure_detector)
@nodes << Node.new(log, node_conf)
- log.info "adding forwarding server '#{name}'", :host=>host, :port=>port, :weight=>weight
+ log.info "adding forwarding server '#{name}'", :host=>host, :port=>port, :weight=>weight, :plugin_id=>plugin_id
}
end
def start
super