Administration Console Online Help

 Previous Next Contents Index  

 


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:

  • INFO(64). Used for reporting normal operations.

  • WARNING(32). A suspicious operation or configuration has occurred but it may not have an impact on normal operation.

  • ERROR(16). A user error has occurred. The system or application is able to handle the error with no interruption, and limited degradation, of service.

  • NOTICE(8). A warning message. A suspicious operation or configuration has occurred which may not affect the normal operation of the server.

  • CRITICAL(4). A system or service error has occurred. The system is able to recover but there might be a momentary loss, or permanent degradation, of service.

  • ALERT(2). A particular service is in an unusable state while other parts of the system continue to function. Automatic recovery is not possible; the immediate attention of the administrator is needed to resolve the problem.

  • EMERGENCY(1). The server is in an unusable state. This severity indicates a severe system failure or panic.

MBean: weblogic.management.
configuration.
DomainLogFilterMBean

Attribute: SeverityLevel

Default: 16

Valid values:

  • INFO

  • WARNING

  • ERROR

  • NOTICE

  • CRITICAL

  • ALERT

  • EMERGENCY

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



 

Back to Top Previous Next