Skip to content

Commit

Permalink
Set loglevel to fatal for test environment
Browse files Browse the repository at this point in the history
  • Loading branch information
kunalkapadia committed Aug 24, 2017
1 parent 91a98c8 commit 34204d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/sample.test.env
@@ -1,7 +1,7 @@
NODE_ENV=test
APP_NAME=hapi-starter-kit
APP_PORT=3030
LOG_LEVEL=debug
LOG_LEVEL=fatal
OPEN_WEATHER_API_KEY=xxx
NEW_RELIC_APP_NAME=hapi-starter-kit
NEW_RELIC_LICENSE_KEY=xxx
3 changes: 3 additions & 0 deletions config/test.json
@@ -1,4 +1,7 @@
{
"app": {
"logLevel": "fatal"
},
"openWeather": {
"apiKey": "2b203abc44d124cbe6fe803dd3a9c02e"
}
Expand Down

0 comments on commit 34204d5

Please sign in to comment.