Skip to content

Commit

Permalink
remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitch Hartweg committed Dec 12, 2024
1 parent e8d0893 commit 757b986
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/scout_apm/instruments/resque.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ def forking?
def before_perform_become_client(*args)
# Don't become remote client if explicitly disabled or if forking is disabled to force synchronous recording.
if ScoutApm::Agent.instance.context.config.value('start_resque_server_instrument') && forking?
logger.info "BECOMING REMOTE CLIENT"
ScoutApm::Agent.instance.context.become_remote_client!(bind, port)
else
logger.debug("Not becoming remote client due to 'start_resque_server_instrument' setting or 'fork_per_job' setting")
Expand Down

0 comments on commit 757b986

Please sign in to comment.