Software AG Products 10.5 | Administering Integration Server | Setting Up SSL Session Logging | Managing the SSL Session Log Size
 
Managing the SSL Session Log Size
By default, Integration Server writes the SSL session information to inboundSSLSessions.log. If the number of incoming HTTPS requests increase, then inboundSSLSessions.log can increase rapidly in size. In addition to consuming resources, a large inboundSSLSessions.log file is difficult to examine. To avoid this, you can configure Integration Server to rotate the inboundSSLSessions.log file based on the file size.
Using the watt.net.ssl.server.sessionlog.maxFileSize server configuration parameter, you can specify the size limit of the SSL session log. When watt.net.ssl.server.sessionlog.maxFileSize is set to a valid value, Integration Server rotates the inboundSSLSessions.log file by renaming the current log and creating a new inboundSSLSessions.log file. Integration Server renames the file to inboundSSLSessions_<DATE(YYYYMMDD)>_TIME(HHMMSS).log and creates a new inboundSSLSessions.log file.
For more information about the watt.net.ssl.server.sessionlog.maxFileSize server configuration parameter, see the parameter description in Server Configuration Parameters.