Mailspring/packages/local-sync/nylas-message-processor/newrelic.js
2016-11-22 12:01:45 -08:00

23 lines
588 B
JavaScript

const {NODE_ENV} = process.env
/**
* 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: [`k2-message-processor-${NODE_ENV}`],
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',
},
}