diff --git a/config/webpack/production.js b/config/webpack/production.js
index 5f6977936a..5e74d7b87b 100644
--- a/config/webpack/production.js
+++ b/config/webpack/production.js
@@ -34,6 +34,7 @@ module.exports = merge(sharedConfig, {
       analyzerMode: 'static',
       generateStatsFile: true,
       openAnalyzer: false,
+      logLevel: 'silent', // do not bother Webpacker, who runs with --json and parses stdout
     }),
   ],
 });