From 5ec7d57c8c3c27458dd89dcb62daf75e49184169 Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Tue, 14 Dec 2021 07:36:03 -1000 Subject: [PATCH] Update index.md (#24300) * Update index.md * Update aspnetcore/fundamentals/logging/index.md --- 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 9fc0dc3338..8e81d4f229 100644 --- a/aspnetcore/fundamentals/logging/index.md +++ b/aspnetcore/fundamentals/logging/index.md @@ -34,7 +34,7 @@ The default ASP.NET Core web app templates: [!code-csharp[](index/samples/6.x/WebApp/Program.cs?name=snippet1&highlight=1)] -The preceding code shows the *Program.cs* file created with the ASP.NET Core web app templates. The next several sections provide samples based on the ASP.NET Core web app templates, which use the Generic Host. [Non-host console apps](#nhca) are discussed later in this document. +The preceding code shows the *Program.cs* file created with the ASP.NET Core web app templates. The next several sections provide samples based on the ASP.NET Core web app templates, which use the Generic Host. The following code overrides the default set of logging providers added by `WebApplication.CreateBuilder`: