Archiving TIBCO iProcess® Objects Server Log Files
When the size of the on-disk TIBCO iProcess® Objects Server log file reaches the value specified in the LOG_FILE_MAX_SIZE configuration parameter (see LOG_FILE_MAX_SIZE), the log rolls over. When it rolls over, the log is cleared and a new log is created.
You ensure that the log file is written to an archive log before it is cleared by specifying a value in the LOG_FILE_MAX_ARCHIVES configuration parameter. The system will save the number of archived log files as specified in LOG_FILE_MAX_ARCHIVES, allowing you to save many megabytes of debug log without setting the LOG_FILE_MAX_SIZE to a very large size. The default is to not write the log to an archive file. For information about the naming conventions used for archived log files, see LOG_FILE_MAX_ARCHIVES.
The in-memory log file cannot be archived.