System Out Logs
The system out log contains the engine's standard out log and the generated SSL debug log. To generate the SSL debug log, see Secure Proxy Engine Configuration - Advanced.
The following parameters can be modified for the system out log in the log.properties file:
Parameter |
Description |
|---|---|
systemout.log.file.routing |
The value determines whether the system out log is written to a file. To ensure that the log is written to a file, enter y. To view the log in the command-line interface, enter n. Default value is y. |
systemout.log.filename |
The directory and file name of the system out log if written to a file. Default value is ../logs/systemout.log. |
systemout.log.maxfilesize |
The maximum size that is allowed for the system out log. When the threshold for maxfilesize is reached, the system out log is closed and a new log file is opened. Default value is 100 MB. |
systemout.log.maxbackupindex |
The number of backup files that are created of the log. If the number of backup files exceeds the parameter threshold, the oldest backup file is deleted. Default value is 1. |
systemout.log.syslog.routing |
The value determines whether the system out log is routed to the syslog server. To ensure that the log is written to the syslog server, select y. To view the log in the command-line interface, select n. Default value is n. |
systemout.log.syslog.facility |
The facility number to associate with system out log messages. Default value is 17. |