Ai
1 Star 0 Fork 0

发光小子/code4appx

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
newrelic.js 647 Bytes
一键复制 编辑 原始数据 按行查看 历史
笑医久久 提交于 2014-11-03 16:21 +08:00 . init
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'
}
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/highlightBoy/code4appx.git
git@gitee.com:highlightBoy/code4appx.git
highlightBoy
code4appx
code4appx
master

搜索帮助