lib/instana/agent.rb in instana-1.7.10 vs lib/instana/agent.rb in instana-1.7.11
- old
+ new
@@ -116,10 +116,10 @@
# In case of failure, we try again in 30 seconds.
@announce_timer = @timers.now_and_every(30) do
if @state == :unannounced
if host_agent_ready? && announce_sensor
transition_to(:announced)
- ::Instana.logger.warn "Host agent available. We're in business. (#{@state} pid:#{Process.pid} #{@process[:name]})"
+ ::Instana.logger.info "Host agent available. We're in business. (#{@state} pid:#{Process.pid} #{@process[:name]})"
end
end
end
# The collect timer