Enable Application Logging

Follow this procedure to enable application logging in PM Compass.

To enable application logging:

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

  3. <add key="SQLLogDirectory" value="<log path>" />

  4. Save and close the web.config file.


Learn more about...