mirror of
https://github.com/Lissy93/happy-app.git
synced 2021-05-12 19:52:18 +03:00
Removed uneccissary crap from newrelic js
This commit is contained in:
13
newrelic.js
13
newrelic.js
@@ -1,24 +1,13 @@
|
|||||||
/**
|
/**
|
||||||
* New Relic agent configuration.
|
* New Relic agent configuration.
|
||||||
*
|
* (DO NOT RENAME OR MOVE FILE, FROM HAPPY-APP ROOT)
|
||||||
* See lib/config.defaults.js in the agent distribution for a more complete
|
* See lib/config.defaults.js in the agent distribution for a more complete
|
||||||
* description of configuration variables and their potential values.
|
* description of configuration variables and their potential values.
|
||||||
*/
|
*/
|
||||||
exports.config = {
|
exports.config = {
|
||||||
/**
|
|
||||||
* Array of application names.
|
|
||||||
*/
|
|
||||||
app_name : [process.env.NEW_RELIC_APP_NAME],
|
app_name : [process.env.NEW_RELIC_APP_NAME],
|
||||||
/**
|
|
||||||
* Your New Relic license key.
|
|
||||||
*/
|
|
||||||
license_key : process.env.NEW_RELIC_LICENSE_KEY,
|
license_key : process.env.NEW_RELIC_LICENSE_KEY,
|
||||||
logging : {
|
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 : 'trace'
|
level : 'trace'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user