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

Generate logs for troubleshooting the infrastructure agent

Problem

When troubleshooting your infrastructure agent, generate debug logs for a few minutes to find and investigate errors. This can be useful for your own troubleshooting or when working with New Relic Support.

Important

Verbose logging generates a lot of data very quickly. When finished generating logs, be sure to set level: info (or lower) to reduce disk space consumption and data ingest when forwarding logs to New Relic.

You can automate this process by using the newrelic-infra-ctl command. For more information, see the troubleshooting binary documentation.

Solution

Generating debug log files requires editing your configuration file. For a sample config file that includes all applicable settings, see the example template. To generate detailed logs:

Step

Procedures

Edit your newrelic-infra.yml file with logging settings:

log:
level: debug
file: /path/to/logfile.log
  1. Enable debug logging: level: debug. (If you use a containerized infrastructure agent on CoreOS, see system-specific notes.)
  2. Set file to a convenient log file location.
  3. Restart the agent so the agent notices the new settings.

Let your host run at normal load for about three minutes to generate sufficient logging data.

Return your settings to default:

  1. Disable verbose logging by setting level: info in newrelic-infra.yml.
  2. Optional: Disable logging to a custom file by removing the file line from the log section in newrelic-infra.yml.
  3. Restart the agent so the agent notices the new settings.

Examine the log file for errors.

If you need to send your log file to New Relic Support:

  1. Include the line in your log file that contains the agent version:

    New Relic infrastructure agent version X.YY.ZZZ
  2. Attach the log file to your support ticket, along with your newrelic-infra.yml.

Smart verbose mode

Sometimes errors don't occur until after quite some time has passed. This makes debugging difficult, because typically verbose logs are only enabled for a short period time; otherwise there will be many debug logs. For example, if an error occurs one hour after the infrastructure agent has started, getting debug logs around the time of the error can be tricky or impractical.

As of infrastructure agent v1.9.0 or higher, you can use smart verbose mode for logs. Smart verbose mode only logs the most recent debug messages after an error has been logged. This allows you to leave smart verbose mode running until an error occurs, without logging lots of irrelevant debug messages, and only logging the most recent debug messages. (The number of messages is determined by your configuration.)

For more information on smart verbose mode, see the Infrastructure agent logging behavior docs, and use the Infrastructure configuration settings documentation for details on how to enable smart verbose mode.

Forward the agent logs to New Relic

The infrastructure agent can be configured to send its own logs to New Relic. This can be useful for troubleshooting issues with log forwarding, the infrastructure agent, or when contacting support.

For details on how to enable log forwarding for the infrastructure agent, see Troubleshoot log forwarding.

Notes for specific systems

These are some additional notes and requirements for specific systems, used to supplement the general logging instructions:

Copyright © 2024 New Relic Inc.

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