Skip to content

Commit 26b56cd

Browse files
authored
docs(configuration): update infrastructureLogging.debug and infrastructureLogging.level (#5288)
1 parent c63f91b commit 26b56cd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/content/configuration/other-options.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,9 @@ module.exports = {
207207

208208
### debug
209209

210-
`string` `RegExp` `function(name) => boolean` `[string, RegExp, function(name) => boolean]`
210+
`string` `boolean = false` `RegExp` `function(name) => boolean` `[string, RegExp, function(name) => boolean]`
211211

212-
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.
212+
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`.
213213

214214
**webpack.config.js**
215215

@@ -225,9 +225,9 @@ module.exports = {
225225

226226
### level
227227

228-
`string`
228+
`string = 'info' : 'none' | 'error' | 'warn' | 'info' | 'log' | 'verbose'`
229229

230-
Enable infrastructure logging output. Similar to [`stats.logging`](/configuration/stats/#statslogging) option but for infrastructure. No default value is given.
230+
Enable infrastructure logging output. Similar to [`stats.logging`](/configuration/stats/#statslogging) option but for infrastructure. Defaults to `'info'`.
231231

232232
Possible values:
233233

0 commit comments

Comments
 (0)