Skip navigation.

SIP Server --> Logging --> SIP

Overview

The SIP Server --> Logging --> SIP tab configures a server's SIP message log. Use this tab to specify the name of the log file and any log file rotation criteria.

Attributes

Attribute Label Description Value Constraints
SIP Log File Name The name of the file that stores the WebLogic SIP Server log for SIP messages.
This path is relative to the root directory of the machine on which this server is running.

MBean: Log4jManagerMBean
Attribute: AccessLogFilename
Default Value: logs/access.log
Maximum SIP Log File Size The size (100 - 99999 KB) that triggers the server to move log messages to a separate file.
After the log file reaches the specified size, the next time the server checks the file size, it will rename the current log file as FileName.n and create a new one to store subsequent messages.

MBean: Log4jManagerMBean
Attribute: AccessMaxFileSize
Units: KB
Minimum: 100
Maximum: 99999
Default Value: 3000
Maximum Backups of SIP Log File Specifies the number of files (1 - 99999) that this WebLogic SIP Server instance creates to store old messages. After the server reaches this limit, it overwrites the oldest file.

MBean: Log4jManagerMBean
Attribute: AccessMaxBackupIndex
Minimum: 1
Maximum: 99999
Default Value: 100

Back to Administration Console