Skip to content

Commit

Permalink
removed debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
prateeksen committed Jan 8, 2025
1 parent 7b7523b commit fb64652
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/newrelic_security/agent/control/event_processor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ def create_keep_alive_thread
Thread.current.name = "newrelic_security_healthcheck_thread"
while true do
sleep HEALTH_INTERVAL
NewRelic::Security::Agent.logger.info "EventQ size : #{NewRelic::Security::Agent.agent.event_processor.eventQ.size}"
send_health if NewRelic::Security::Agent::Control::WebsocketClient.instance.is_open?
end
}
Expand Down

0 comments on commit fb64652

Please sign in to comment.