Viewing statistics for services in the SERVICES-PAL log

To see performance statistics for services, view the SERVICES-PAL log.

The log file is in a comma-separated-values format. Each row of the log file corresponds to a service interaction.
  1. Enable service logging:
    1. Add the following entry to the prconfig.xml file for the current node (or create a corresponding dynamic system setting): <env name="statsPerInteraction" value="true" />
    2. Add the following appender to the prlog4j2.xml file: <Logger name="ServicePAL" level="debug" additivity="false"> <AppenderRef ref="SERVICES-PAL"/> </Logger>
    3. Stop and restart the server.
  2. To view the service log, do the following steps.
    1. In the header of Dev Studio, click Configure > System > Operation > Logs.
    2. Click Log files.
    3. Download the SERVICES-PAL log.
    4. Import the log into a spreadsheet program as a comma-separated-values file.