This repository has been archived by the owner on Oct 26, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Alexandru Rosianu
committed
May 10, 2016
1 parent
ba15c0b
commit 1bd7a55
Showing
3 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
'use strict'; | ||
|
||
/** | ||
* 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. | ||
* | ||
* Required env vars: | ||
* - NEW_RELIC_APP_NAME | ||
* - NEW_RELIC_LICENSE_KEY | ||
*/ | ||
exports.config = { | ||
logging: { | ||
level: 'info' | ||
} | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters