Skip to content

Commit

Permalink
Fix Azure bouncing (#33199)
Browse files Browse the repository at this point in the history
* Update logging-and-diagnostics.md

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

Co-authored-by: Tom Dykstra <[email protected]>

---------

Co-authored-by: Tom Dykstra <[email protected]>
  • Loading branch information
Rick-Anderson and tdykstra authored Jul 31, 2024
1 parent 149bb05 commit 785b48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aspnetcore/host-and-deploy/iis/logging-and-diagnostics.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ms.custom: mvc
ms.date: 02/07/2020
uid: host-and-deploy/iis/logging-and-diagnostics
---
# Log creation and redirection
# IIS log creation and redirection

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).

Expand Down

0 comments on commit 785b48e

Please sign in to comment.