[Debug]DBLogMaxFiles
- Last UpdatedFeb 02, 2024
- 1 minute read
Controls the maximum number of alarm database log files to keep for current run of the server.
A rolling log system is used, starting with “DB_001.log”. When this file reaches the maximum size (as specified by [Debug]DBLogMaxSize), it will be closed and “DB_002.log” will be opened, and so on.
This parameter determines how many of these files will be retained. When the maximum number is reached, the earliest file will be deleted.
For example, when this parameter is set to 5 and DB_005.log reaches its maximum size, then DB_001.log will be deleted and DB_006.log will be opened.
Allowable Values
1-50
Default Value
2