LogSizeLimit

Enter a whole number for the log size threshold in MBytes. Logs are rotated when the threshold is exceeded. The default value of LogSizeLimit=0 means that there is no threshold configured.

The log size based rotation works in conjunction with date-based rotation. When this setting is enabled, PeopleTools server processes will switch to creating a newer log file when the log file size threshold is breached or when the date changes; whichever occurs earlier.

All PeopleTools Tuxedo Server logs will have a sequence number at the end, such as APPSRV_1110.LOG.1, APPSRV_1110.LOG.2, APPSRV_1110.LOG.3. The current log file can be identified by the current date and the highest sequence number.

Log files with sequence number up to 1000 can be created by default. Once this limit is reached, servers will continue to append to the same log file. This behavior can be changed by adding a new environment variable to the domain—PS_LOG_ROTATION_MAX. This environment variable denotes the maximum rotations that can take place per log file. Its value should be between 1 and 2000.