• English日本語한국어
  • Log inStart now

Generating logs for troubleshooting (Ruby)

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:

  1. Open your newrelic.yml file in an editor.

  2. Change the log_level to debug and save the file. Ensure you do not modify the indentation.

    Important

    debug is a highly verbose logging level. Ensure you return to your previous log_level after you generate debug-level logs.

  3. Restart your web application.

  4. Generate some traffic to your app and run it for about five minutes.

  5. 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.

  6. If sending your log file to New Relic Support, attach the log file to your support ticket, along with newrelic.yml, your Gemfile, and Gemfile.lock.

  7. Edit newrelic.yml again and change the log_level to the previous setting. Save the file.

Copyright © 2024 New Relic Inc.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.