Use winston instead of npmlog
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
module.exports = {
|
||||
|
||||
log: {
|
||||
level: 'silly'
|
||||
level: process.env.LOG_LEVEL || 'silly'
|
||||
},
|
||||
|
||||
server: {
|
||||
|
||||
Reference in New Issue
Block a user