LOG_FILE_MAX_ARCHIVES
This specifies the number of archive log files that are saved when the log rolls over as a result of reaching the maximum size limit (LOG_FILE_MAX_SIZE). This can be useful if you want to collect many MB of debug logs, but do not want to include a very large log file by setting LOG_FILE_MAX_SIZE to a large value.
Windows Systems
The “non-archived” TIBCO iProcess® Objects Server log file is named SWEntObjSvXX.log (see Name and Location of the TIBCO iProcess® Objects Server Log). If the LOG_FILE_MAX_ARCHIVES parameter is set to a value greater than 0, and the “non-archived” TIBCO iProcess® Objects Server log file reaches the maximum size set by the LOG_FILE_MAX_SIZE parameter, the log rolls over and “archived” log files are saved. The archived log files are named SWEntObjSvXX_timestamp_archive_xxx.log, where xxx is a counter that is incremented each time the log rolls over (starting at 1). For example, if this parameter is set to 2, the first time the log rolls over, it will be saved as SWEntObjSvXX_timestamp_archive_1.log. The next time it rolls over, it will be saved as SWEntObjSvXX_timestamp_archive_2.log. If it rolls over again, it will be saved as SWEntObjSvXX_timestamp_archive_3.log, but SWEntObjSvXX_timestamp_archive_1.log will be deleted because it is only saving two archives.
UNIX Systems
The “non-archived” TIBCO iProcess® Objects Server log file is named swentobjsvXX.log (see Name and Location of the TIBCO iProcess® Objects Server Log). If the LOG_FILE_MAX_ARCHIVES parameter is set to a value greater than 0, and the “non-archived” TIBCO iProcess® Objects Server log file reaches the maximum size set by the LOG_FILE_MAX_SIZE parameter, the log rolls over and “archived” log files are saved. The archived log files are named swentobjsvXX_timestamp_archive_xxx.log, where xxx is a counter that is incremented each time the log rolls over (starting at 1). For example, if this parameter is set to 2, the first time the log rolls over, it is saved as swentobjsvXX_timestamp_archive_1.log. The next time it rolls over, it is saved as swentobjsvXX_timestamp_archive_2.log. If it rolls over again, it is saved as swentobjsvXX_timestamp_archive_3.log, but swentobjsvXX_timestamp_archive_1.log will be deleted because it is only saving two archives.
Whenever the TIBCO iProcess® Objects Server is restarted, the archive log file name starts back at swentobjsvbXX_timestamp_archive_1.log. Therefore, if the system is set up for three archive log files, and the log rolls over eight times, the archive log files will be ..._6.log, ..._7.log, and ..._8.log. However, if the server is now shut down and restarted, the next three archive log files will be ..._1.log, ..._2.log, and ..._3.log (the ..._6.log, ..._7.log, and ..._8.log files will still exist).
Lower Bound: 0 (do not archive log files)
Upper Bound: none
Default: 0
|
Process Attribute |
Description |
|
Type : Integer Range : 0 to 99999 MB Default : 0 |
Maximum number of archived log files created if the log rolls over. A value of 0 means do not archive logs. This process attribute can be changed while the TIBCO iProcess Objects Server is running. |