AppServer Agent Logging Setting properties
- Last Updated: August 26, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
| Property | Description |
|---|---|
| Server log filename | The log file name. |
| Server logging level (dynamic property) | A value that specifies the amount of information to
be written to the agent log. Each logging level name has the indicated
numeric value. You can select from the following values in the drop-down list:
|
| Server logging entry types (dynamic property) | A comma-separated list of valid
entry types for agent logging:
You can specify a separate logging level for each log entry type and use a wildcard (*) to specify multiple entry types. For example:
For details, see the information about client logging in Startup Command and Parameter Reference. |
| Append to server log file | Indicates whether or not a new agent log file should be created when the AppServer is started. |
| Server 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 agent log file size other than what the operating system imposes. |
| Maximum number of server 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 agent 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 Server 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 |
| Server watch dog interval | The interval (in seconds) for the server log file watchdog thread. If the Server log file threshold size property is specified, the broker will roll over the server log file when its size is larger than the logThreshold value. |