Skip to content

Commit 1ace32d

Browse files
authored
Note absence of built-in file logging provider (#19967)
1 parent 0291c1e commit 1ace32d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

aspnetcore/fundamentals/logging/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,8 @@ shared framework. They must be installed as additional nuget.
447447
* [AzureAppServicesFile and AzureAppServicesBlob](#azure-app-service)
448448
* [ApplicationInsights](#azure-application-insights)
449449

450+
ASP.NET Core doesn't include a logging provider for writing logs to files. To write logs to files from an ASP.NET Core app, consider using a [third-party logging provider](#third-party-logging-providers).
451+
450452
For information on `stdout` and debug logging with the ASP.NET Core Module, see <xref:test/troubleshoot-azure-iis> and <xref:host-and-deploy/aspnet-core-module#log-creation-and-redirection>.
451453

452454
### Console

0 commit comments

Comments
 (0)