lib/agent/server/am_agent.rb in apminsight-1.8.2 vs lib/agent/server/am_agent.rb in apminsight-1.8.3

- old
+ new

@@ -15,10 +15,11 @@ @obj.log.info "Agent Initialization - DONE" ManageEngine::Environment.new.detect_and_instrument doDispatcherActions doCollect - puts "APM Insight Ruby Agent Started" + puts "APM Insight Ruby Agent Started. Agent files are located at #{@obj.constants.conf_location}" + puts "Agent log file apm.log is generated at #{@obj.log.getLogFilePath}" else @obj.log.info "Agent Initialization Failed - Going to shutdown" #While parsing the response from /arh/connect we set instrumenter to nil on delete request #Server startup fails when the below instruction is executed #@obj.instrumenter.doUnSubscribe