diff --git a/gulpfile.js b/gulpfile.js index 5c77fdc804..d01d38fe10 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -244,7 +244,7 @@ gulp.task('dev-server', syncDepenedents, function() { host: `${hostname}:${syncPort}` }) }, - logLevel: 'debug', + logLevel: 'info', files: paths.syncWatch, port: syncPort, open: false,