Update aspnetcore/fundamentals/logging/index.md

Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com>
pull/31733/head
Rick Anderson 2024-02-08 09:05:02 -10:00 committed by GitHub
parent 4095a730c0
commit 95a78f67d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ The following `appsettings.json` file contains all the providers enabled by defa
In the preceding sample:
* The categories and levels aren't suggested values. The sample is provided to show all the default providers.
* The categories and levels aren't suggested values. The sample is provided to show all of the default providers.
* Settings in `Logging.{PROVIDER NAME}.LogLevel` override settings in `Logging.LogLevel`, where the `{PROVIDER NAME}` placeholder is the provider name. For example, the level in `Debug.LogLevel.Default` overrides the level in `LogLevel.Default`.
* Each default provider *alias* is used. Each provider defines an *alias* that can be used in configuration in place of the fully qualified type name. The built-in providers aliases are:
* `Console`