WebSpeed Messenger Logging Setting properties
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
For complete information about these logging settings, see OpenEdge Development: Debugging and Troubleshooting.
| Property | Description |
|---|---|
| Log filename | Location and name of the log file. |
| Logging level | A value that specifies the amount of information
to be written to the Messenger log. Select from the following values
in the drop-down list:
|
| Logging entry types | The one valid entry type for WebSpeed Messenger logging
is MsgrTrace, which turns on logging for WebSpeed Messengers. The
information logged depends on which Messenger is running and the logging
level specified. For example:
|
| 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 server
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: |