Specify the log size threshold
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
You can specify the log size threshold by using:
- The Log Threshold (
-logthreshold) startup parameter
The following table shows how to specify the log size threshold.
| Method | General syntax | Example |
|---|---|---|
| Startup parameter | -logthreshold
n |
-logthreshold 2000000 |
Note: You can read the log size threshold by using the
LOG-THRESHOLD attribute on the LOG-MANAGER system handle.For a detailed description of the Log Threshold (-logthreshold) startup parameter, see Startup Command and
Parameter Reference.
For a detailed description of the LOG-MANAGER system handle, see ABL Reference.
This attribute is read only for the DSLOG-MANAGER system handle due to the multi-user nature of the open log file for
DataServers. This value can only be set at client or broker startup.