Clarify ANCM stdout/stderr redirection remark (#8273)
parent
e9798c7987
commit
3fca4e2e4b
|
@ -120,7 +120,7 @@ If the ASP.NET Core Module fails to launch the backend process or the backend pr
|
||||||
|
|
||||||
## Log creation and redirection
|
## Log creation and redirection
|
||||||
|
|
||||||
The ASP.NET Core Module redirects stdout and stderr logs to disk if the `stdoutLogEnabled` and `stdoutLogFile` attributes of the `aspNetCore` element are set. Any folders in the `stdoutLogFile` path must exist in order for the module to create the log file. 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).
|
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 must exist in order for the module to create the log file. 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).
|
||||||
|
|
||||||
Logs aren't rotated, unless process recycling/restart occurs. It's the responsibility of the hoster to limit the disk space the logs consume.
|
Logs aren't rotated, unless process recycling/restart occurs. It's the responsibility of the hoster to limit the disk space the logs consume.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue