From 95a78f67d4689e662ca77631faa9290638f61de8 Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Thu, 8 Feb 2024 09:05:02 -1000 Subject: [PATCH] Update aspnetcore/fundamentals/logging/index.md Co-authored-by: Luke Latham <1622880+guardrex@users.noreply.github.com> --- aspnetcore/fundamentals/logging/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/fundamentals/logging/index.md b/aspnetcore/fundamentals/logging/index.md index 378a0f17bb..b4653c57d5 100644 --- a/aspnetcore/fundamentals/logging/index.md +++ b/aspnetcore/fundamentals/logging/index.md @@ -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`