Created
July 28, 2015 09:56
-
-
Save dg3feiko/2f706934d20a48139997 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
/** | |
* 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: ['custom test'], | |
/** | |
* Your New Relic license key. | |
*/ | |
license_key: 'e7067fb529038f2ea580f7723f61836d87f0c8bb', | |
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' | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment