Log size threshold
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Log size threshold
The log file has a size threshold, allowing more control over the amount of disk space used for log files. When the file becomes equal to or greater than the specified size, the client process renames it and creates a new log file. The default value is 0, which implies there is no limit. Possible Values are 500000–2147483647 (in bytes).
Note: The log size threshold setting of 0 implies
to ignore the number of log files setting.
To specify the number of rolled-over log files, see Specify the number of log files retained.