Authored by htoooth

fix console

@@ -83,7 +83,7 @@ module.exports = { @@ -83,7 +83,7 @@ module.exports = {
83 port: '4444' // influxdb port 83 port: '4444' // influxdb port
84 }, 84 },
85 console: { 85 console: {
86 - level: 'debug', 86 + level: 'info',
87 colorize: 'all', 87 colorize: 'all',
88 prettyPrint: true 88 prettyPrint: true
89 } 89 }