Enable Performance Logging

Follow this procedure to enable performance logging in PM Compass.

To enable performance logging:

  1. Locate the web.config file, which is 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 lines:

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

  4. Save and close the web.config file.


Learn more about...