Use log level env var instead of environment config

This commit is contained in:
Tankred Hase
2017-08-23 18:31:15 +08:00
parent 258117d36d
commit 0d6a9fdae5
3 changed files with 1 additions and 9 deletions

View File

@@ -2,8 +2,4 @@
module.exports = {
log: {
level: 'warn'
}
};