Skip to content

Commit

Permalink
docs(configuration): update infrastructureLogging.debug and `infras…
Browse files Browse the repository at this point in the history
…tructureLogging.level` (#5288)
  • Loading branch information
snitin315 authored Aug 11, 2021
1 parent c63f91b commit 26b56cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/content/configuration/other-options.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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**

Expand All @@ -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:

Expand Down

1 comment on commit 26b56cd

@vercel
Copy link

@vercel vercel bot commented on 26b56cd Aug 11, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.