Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added a link to Main AppServer Commands guide. Minor grammar- and style-related fixes.

...

2. Enable Statistics Logging

Right after After you configured the direct connection, all the requests will be processed directly by AppServer. Then you will be able to enable logging of requests by AppServer. You need to change the default values of SaveRequestStatistic and  RequestStatisticFilePath parameters in the AppServerX.xml file that are responsible for logging of statistics.

...

Define a path to a log file where AppServer will record the information about requests processed by AppServerthat it processes.

Code Block
languagexml
themeEmacs
<RequestStatisticFilePath>Logs/RequestStatistic.log</RequestStatisticFilePath>

...

If there are any changes made in the AppServerX.xml file, you are required to restart AppServer to apply your changes.