lib/elastic_apm/agent.rb in elastic-apm-3.15.1 vs lib/elastic_apm/agent.rb in elastic-apm-4.0.0.beta.1

- old
+ new

@@ -125,11 +125,11 @@ self end def stop - debug 'Stopping agent' + info 'Stopping agent' central_config.stop metrics.stop instrumenter.stop transport.stop @@ -274,10 +274,10 @@ end def detect_forking! return if @pid == Process.pid - config.logger.debug "Detected forking, + config.logger.debug "Forked process detected, restarting threads in process [PID:#{Process.pid}]" central_config.handle_forking! transport.handle_forking! instrumenter.handle_forking!