@@ -11,7 +11,7 @@ function getLogLevel(config) {
return 'debug';
}
if (config.__PROD__) {
- return 'error';
+ return 'info';
return 'verbose';