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.
To manage your log file size,
do the following.
Procedure
- Add one of the following keys to the <appSettings> node:
| 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" />
|
- Save the file.
- Restart the Windows
service for the AgilePoint Server instance.