Showing
1 changed file
with
1 additions
and
1 deletions
@@ -70,7 +70,7 @@ module.exports = { | @@ -70,7 +70,7 @@ module.exports = { | ||
70 | port: 4444 // influxdb port | 70 | port: 4444 // influxdb port |
71 | }, | 71 | }, |
72 | console: { | 72 | console: { |
73 | - level: 'info', | 73 | + level: isProduction ? 'error' : 'info', |
74 | colorize: 'all', | 74 | colorize: 'all', |
75 | prettyPrint: true | 75 | prettyPrint: true |
76 | } | 76 | } |
-
Please register or login to post a comment