10 Star 15 Fork 8

wsdfz / nodeclub

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
newrelic.js 647 Bytes
一键复制 编辑 原始数据 按行查看 历史
alsotang 提交于 2014-08-12 20:10 . reformat 所有代码
var config = require('./config');
/**
* 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: [config.name],
/**
* Your New Relic license key.
*/
license_key: config.newrelic_key,
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'
}
};
JavaScript
1
https://gitee.com/wsdfz/nodeclub.git
git@gitee.com:wsdfz/nodeclub.git
wsdfz
nodeclub
nodeclub
master

搜索帮助