Update index.md (#24300)

* Update index.md

* Update aspnetcore/fundamentals/logging/index.md
pull/24314/head
Rick Anderson 2021-12-14 07:36:03 -10:00 committed by GitHub
parent 9a0aacd287
commit 5ec7d57c8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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`: