Use log level env var instead of environment config
This commit is contained in:
parent
258117d36d
commit
0d6a9fdae5
@ -4,7 +4,7 @@ node_js:
|
||||
- "8"
|
||||
|
||||
env:
|
||||
- NODE_ENV=integration MONGO_URI=127.0.0.1:27017/test_db MONGO_USER=travis MONGO_PASS=test
|
||||
- NODE_ENV=integration LOG_LEVEL=warn MONGO_URI=127.0.0.1:27017/test_db MONGO_USER=travis MONGO_PASS=test
|
||||
|
||||
notifications:
|
||||
email:
|
||||
|
@ -2,8 +2,4 @@
|
||||
|
||||
module.exports = {
|
||||
|
||||
log: {
|
||||
level: 'warn'
|
||||
}
|
||||
|
||||
};
|
||||
|
@ -2,8 +2,4 @@
|
||||
|
||||
module.exports = {
|
||||
|
||||
log: {
|
||||
level: 'error'
|
||||
}
|
||||
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user