How Do I Customize the Path for the Portal Auth_log File?

To customize the path for theAuth_log file in AgilePoint NX Portal, do the procedure in this topic.

How to Start

  1. In a text editor, open the file (NX Portal installation folder) C:\Program Files\AgilePoint\AgilePointWebApplication\AgilePointPortal\web.config.

Procedure

  1. In the file web.config, add or change this key to the <appSettings> node:
    Field NameDefinition

    LogFileFolder

    Function:
    Specifies the location for the Auth_log file in AgilePoint NX Portal .
    Accepted Values:
    An appSettings key in the following format:

    <add key="LogFileFolder" value="[absolute path to your log file folder]" />

    Default Value:
    (AgilePoint Server installation folder) C:\Program Files\AgilePoint\AgilePoint Server\AgilePointPortal\App_Data\Logs
    Example:
    <add key="LogFileFolder" value="c:\Users\Portal\Auth_Log" />
  2. Save the file.
  3. Restart the Windows service for the AgilePoint Server instance.