Skip to content

Instantly share code, notes, and snippets.

@dg3feiko
Created July 28, 2015 09:56
Show Gist options
  • Save dg3feiko/2f706934d20a48139997 to your computer and use it in GitHub Desktop.
Save dg3feiko/2f706934d20a48139997 to your computer and use it in GitHub Desktop.
/**
* New Relic agent configuration.
*
* See lib/config.defaults.js in the agent distribution for a more complete
* description of configuration variables and their potential values.
*/
exports.config = {
/**
* Array of application names.
*/
app_name: ['custom test'],
/**
* Your New Relic license key.
*/
license_key: 'e7067fb529038f2ea580f7723f61836d87f0c8bb',
logging: {
/**
* Level at which to log. 'trace' is most useful to New Relic when diagnosing
* issues with the agent, 'info' and higher will impose the least overhead on
* production applications.
*/
level: 'info'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment