[Debug]DebugLogSize
- Last UpdatedJul 19, 2023
- 1 minute read
Sets the maximum size of the "debug.<process name>.log" file. When the file reaches the specified size, it is rolled over.
When a log file is rolled over, it is renamed "debug.<process name>.001". The next is named "debug.<process name>.002", and so on. The number of log files that are stored is determined by the parameter [Debug]DebugLogHistoryFiles, which has a default value of 1.
Allowable Values:
1 to 10240 (KB)
Default Value:
4096