lib/new_relic/agent/agent.rb in newrelic_rpm-6.9.0.363 vs lib/new_relic/agent/agent.rb in newrelic_rpm-6.10.0.364
- old
+ new
@@ -132,11 +132,11 @@
# Global events dispatcher. This will provides our primary mechanism
# for agent-wide events, such as finishing configuration, error notification
# and request before/after from Rack.
attr_reader :events
- # listens and responds to events that need to process headers
+ # listens and responds to events that need to process headers
# for synthetics and distributed tracing
attr_reader :monitors
# Transaction and metric renaming rules as provided by the
# collector on connect. The former are applied during txns,
# the latter during harvest.
@@ -247,10 +247,10 @@
def stop_event_loop
@event_loop.stop if @event_loop
# Wait the end of the event loop thread.
if @worker_thread
unless @worker_thread.join(3)
- ::NewRelic::Agent.logger.error "Event loop thread did not stop within 3 seconds"
+ ::NewRelic::Agent.logger.debug "Event loop thread did not stop within 3 seconds"
end
end
end
def trap_signals_for_litespeed