From b1f6208c5fcd97c8c0aa51febeea39f14b782ac3 Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Wed, 11 Aug 2021 16:04:48 +0530 Subject: [PATCH] docs: update `infrastructureLogging.debug` and `infrastructureLogging.level` --- src/content/configuration/other-options.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/content/configuration/other-options.mdx b/src/content/configuration/other-options.mdx index 412ac004c277..bf9857cd3572 100644 --- a/src/content/configuration/other-options.mdx +++ b/src/content/configuration/other-options.mdx @@ -207,9 +207,9 @@ module.exports = { ### debug -`string` `RegExp` `function(name) => boolean` `[string, RegExp, function(name) => boolean]` +`string` `boolean = false` `RegExp` `function(name) => boolean` `[string, RegExp, function(name) => boolean]` -Enable debug information of specified loggers such as plugins or loaders. Similar to [`stats.loggingDebug`](/configuration/stats/#statsloggingdebug) option but for infrastructure. No default value is given. +Enable debug information of specified loggers such as plugins or loaders. Similar to [`stats.loggingDebug`](/configuration/stats/#statsloggingdebug) option but for infrastructure. Defaults to `false`. **webpack.config.js** @@ -225,9 +225,9 @@ module.exports = { ### level -`string` +`string = 'info' : 'none' | 'error' | 'warn' | 'info' | 'log' | 'verbose'` -Enable infrastructure logging output. Similar to [`stats.logging`](/configuration/stats/#statslogging) option but for infrastructure. No default value is given. +Enable infrastructure logging output. Similar to [`stats.logging`](/configuration/stats/#statslogging) option but for infrastructure. Defaults to `'info'`. Possible values: