crunchbutton/cli/newrelic.js
Devin Smith 66d47e248a test
2015-01-22 13:09:06 -08:00

25 lines
652 B
JavaScript

/**
* 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 : ['Cockpit Event Server'],
/**
* Your New Relic license key.
*/
license_key : '4627d008d409d9b3b49be537f8350daf482402af ',
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'
}
};