Administration Console Online Help
|
Domain Log Filter --> Configuration
Tasks Additional Documentation Attributes
Overview
The Domain Log Filter—>Configuration tab defines a domain log filter, which modifies the set of messages that one or more servers send to the domain log. By default, all messages of severity ERROR or higher are sent.
Note: HTTP requests, JDBC messages, JTA transactions, and messages of severity DEBUG are never sent to the domain log, even if you use a filter.
If you are creating a new filter, you must enter information on the Configuration tab and click Apply before you can access other tabs. Once you create a filter, you cannot change its name. Instead, you must create a new filter under a different name.
After you create a filter, you must target it to one or more servers.
Tasks
Creating a New Domain Log Filter
Cloning a Domain Log Filter
Deleting a Domain Log Filter
Specifying Domain Logging
Viewing the Domain Log
Additional Documentation
(Requires an Internet connection.)
Message Severity in the WebLogic Server Administration Guide.
Using Log Messages to Manage WebLogic Servers in the WebLogic Server Administration Guide.
Attributes
Attribute Label
|
Description
|
Value Constraints
|
Name
|
The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.
MBean: weblogic.management. configuration. DomainLogFilterMBean
Attribute: Name
|
Configurable: yes
Readable: yes
Writable: yes
|
Severity Level
|
The minimum severity of a message that this filter forwards to the domain log. All messages with the specified severity and higher will be sent to the domain log. The ascending order of severities is as follows:
MBean: weblogic.management. configuration. DomainLogFilterMBean
Attribute: SeverityLevel
|
Default: 16
Valid values:
Configurable: yes
Readable: yes
Writable: yes
|
User Ids
|
The user IDs for which associated messages are sent to the domain log. Every message includes the user ID from the security context in which the message was generated. You can create a filter that forwards only the messages that are associated with one or more user IDs.
If no IDs are specified, messages from all user IDs can be sent to the domain log.
MBean: weblogic.management. configuration. DomainLogFilterMBean
Attribute: UserIds
|
Configurable: yes
Dynamic: yes
Readable: yes
Writable: yes
|