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"
|
- "8"
|
||||||
|
|
||||||
env:
|
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:
|
notifications:
|
||||||
email:
|
email:
|
||||||
|
@ -2,8 +2,4 @@
|
|||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
|
||||||
log: {
|
|
||||||
level: 'warn'
|
|
||||||
}
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
@ -2,8 +2,4 @@
|
|||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
|
||||||
log: {
|
|
||||||
level: 'error'
|
|
||||||
}
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user