Skip to content

Instantly share code, notes, and snippets.

@edgar
Created April 13, 2016 18:35
Show Gist options
  • Save edgar/0fc28cddf3763278de328a4c35e1013b to your computer and use it in GitHub Desktop.
Save edgar/0fc28cddf3763278de328a4c35e1013b to your computer and use it in GitHub Desktop.
# The newrelic agent generates its own log file to keep its logging
# information separate from that of your application. Specify its
# log level here.
log_level: 'error'
# Optionally set the path to the log file This is expanded from the
# root directory (may be relative or absolute, e.g. 'log/' or
# '/var/log/') The agent will attempt to create this directory if it
# does not exist.
# log_file_path: 'log'
log_file_path: 'STDOUT'
# Optionally set the name of the log file, defaults to 'newrelic_agent.log'
# log_file_name: 'newrelic_agent.log'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment