Skip to content

Commit 785b48e

Browse files
Fix Azure bouncing (#33199)
* Update logging-and-diagnostics.md * Update aspnetcore/host-and-deploy/iis/logging-and-diagnostics.md Co-authored-by: Tom Dykstra <tdykstra@microsoft.com> --------- Co-authored-by: Tom Dykstra <tdykstra@microsoft.com>
1 parent 149bb05 commit 785b48e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/host-and-deploy/iis/logging-and-diagnostics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.custom: mvc
88
ms.date: 02/07/2020
99
uid: host-and-deploy/iis/logging-and-diagnostics
1010
---
11-
# Log creation and redirection
11+
# IIS log creation and redirection
1212

1313
The ASP.NET Core Module redirects stdout and stderr console output to disk if the `stdoutLogEnabled` and `stdoutLogFile` attributes of the `aspNetCore` element are set. Any folders in the `stdoutLogFile` path are created by the module when the log file is created. The app pool must have write access to the location where the logs are written (use `IIS AppPool\{APP POOL NAME}` to provide write permission, where the placeholder `{APP POOL NAME}` is the app pool name).
1414

0 commit comments

Comments
 (0)