WebSpeed Agent Logging Setting properties
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
| Property | Description |
|---|---|
| Server log filename | The server log file name. |
| Server logging level (dynamic property) | A value that specifies the amount of information to
be written to the agent log. You can select from the following values
in the drop-down list:
You can update this property dynamically. Any changes will affect all current and new brokers and/or agents. |
| Append to server log file | Indicates whether a new agent log file should be created when the WebSpeed Transaction Server is started. |
| Server logging entry types (dynamic property) | A comma-separated list of valid entry types for agent logging:
|
| 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: |
| 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. |