Enable Performance Logging

Follow this procedure to enable performance logging in PM Compass.

To enable performance logging:

  1. Locate the web.config file located in the Web folder of the PM Compass installation location and open it using Notepad or any other text editor.

  2. In the <appSettings> section, add or locate the following line:

    <add key="PerfLogFilePath" value="C:\metric\pmc_perf_server.log" />

  3. Save and close the web.config file.


Learn more about...