AIA Logging Setting properties
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
AIA Logging Setting properties
| Property | Description |
|---|---|
| Log filename |
The AIA log filename. Enter a valid path name. The installed default is @{WorkPath}\Aia1\aia.log |
| Logging level | A value that specifies the amount of information
to be written to the AIA log. Select from the following values in
the drop-down list:
|
| Append to log file | A check box that indicates whether or not a new
server log file should be created when the AIA is started. To create a new AIA log file each time the AIA is started, even if the AIA log file already exists, clear the Append to log file check box. To append log entries to the existing AIA log file, select the Append to log file check box. The Append to log file check box is selected by default. |
| Logging entry types | The AIA log entry type turns on logging for different
AIA actions based on the logging level. The AIA log entry types
provide the following information:
|
| Log file threshold size | A value of 0 or a value between 500,000 and 2,147,483,647, where 0 means there is no limit on the log file size other than what the operating system imposes. |
| Maximum number of log files | The number of rolled-over log files to keep. The
value can be 0 or a value between 2 and 999999, where 0 means there
is no limit on the number of AIA log files to keep. The specified
number represents the maximum total number of log files to keep
on disk at any time, including the current log file being written
to. When the file becomes equal to or greater than the Log file threshold size, the client process renames it and creates a new log file. The file is renamed as follows, where ###### is a number starting at 000001 and increasing to 999999, after which it rolls back over to 000001:filename.######.extension |