Log File Size Management

To help you manage storage space for log files, AgilePoint Server creates a new log file when the current log file reaches the specified maximum file size, and provides an option for specifying a custom log file location.

Add the following keys to the <appSettings> node in the file [AgilePoint Server installation folder]\bin\Ascentn.AgilePoint.WCFService.exe.config.

Field Name Definition

LogFileFolder

Definition:
Specifies the location for your AgilePoint Server log file.
Allowed 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]\log
Example:
<add key="LogFileFolder" value="c:\Users\Log" />

MaxLogFileSize

Definition:
Specifies the maximum file size for your log file.
Allowed Values:
An appSettings key in the following format:

<add key="MaxLogFileSize" value="[number of MB]" />

This value is an integer that represents log file size in MB.

Default Value:
50
Example:
<add key="MaxLogFileSize" value="150" />