Detailed debug logging can help troubleshoot your standard Ruby agent installation.
Important
If you are using Heroku, see Ruby agent and Heroku.
Generating log files
To generate detailed New Relic for Ruby log files:
Open your
newrelic.ymlfile in an editor.Change the
log_leveltodebugand save the file. Ensure you do not modify the indentation.Important
debugis a highly verbose logging level. Ensure you return to your previouslog_levelafter you generate debug-level logs.Restart your web application.
Generate some traffic to your app and run it for about five minutes.
Examine your log file for errors. By default, your log file is located in your app's log folder and is named
newrelic_agent.log.If sending your log file to New Relic Support, attach the log file to your support ticket, along with
newrelic.yml, your Gemfile, andGemfile.lock.Edit
newrelic.ymlagain and change thelog_levelto the previous setting. Save the file.