edocs Home > Oracle WebLogic Server Documentation > Administration Console Online Help > Domain Log Filters

Domain Log Filters

Column Display     Related Tasks     

A domain log filter specifies which messages a server sends to the domain log. A message must pass all criteria specified in the filter.

When one or more log filters are configured, this Configuration: Log Filters page displays key information about each of them. To create a log filter, click the New button.

Column Display

You can show fewer or additional data points on this page by expanding Customize this table and modifying the Column Display list. Each data point displays in its own table column.

The following table lists all of the data points that you can display in columns on this page.

Name Description
Name of

An alpha-numeric value that identifies the filter.

MBean Attribute:
LogFilterMBean.Name

Changes take effect after you redeploy the module or restart the server.

Filter Expression

The filter expression to be evaluated for qualifying log messages.

The filter expression is specified as a string in the query language. The query language supports Boolean operators: AND, OR, and NOT, and relational operators. You can use the following column names (message attributes) in a query to filter data going to a log destination: RECORDID, DATE, SEVERITY, SUBSYSTEM, MACHINE, SERVER, THREAD, USERID, TXID, CONTEXTID, TIMESTAMP, MSGID, and MESSAGE.

MBean Attribute:
LogFilterMBean.FilterExpression

Related Tasks