This logging is useful when the app is failing to start or run even in a Web Browser, common errors are:
HTTP Error 500.19
HTTP Error 500.3 - ASP.NET Core app failed to start
Set the following settings in the file C:\Program Files\riteSOFT\SYSPRO Mobile Warehouse\web.config
stdoutLogEnabled="true" stdoutLogFile=".\logs\stdout"
Ensure this directory exists:
C:\Program Files\riteSOFT\SYSPRO Mobile Warehouse\logs\
Refresh the web page and check the above directory for a current log file. Send this log file to support.
To disable logging set the stdoutLogEnabled value to "false"