A (not B): For any given WebLogic Server instance, you can override the default filter and create a log filter that causes a different set of messages to be written to the domain log file.
Note:
To create and configure a log filter:
1. If you have not already done so, in the Change Center of the Administration Console, click Lock & Edit (not B) (see Use the Change Center).
2. In the left pane of the Console, select the name of the active domain in the Domain Structure panel.
3. On the Configuration: Log Filters page, click New.
4. On the Create a New Log Filter page, enter a value to identify the filter in the Name field.
5. Click Finish.
The new log filter appears in the Log Filters table.
6. To configure a filter expression, in the Log Filters table, click the log filter name.
7. On the Configuration page, in the Filter Expression text box, enter criteria for qualifying messages.
A filter expression defines simple filtering rules to limit the volume of log messages written to a particular log destination.
See D) below.
8. Click Save.
The filter and filter expression are listed in the Log Filters table.
D: Log Filter Configuration
Use this page to define a custom log filter to restrict the set of messages that one or more servers send to a message destination, such as the domain log, standard out, server log file, or memory buffer of recent log events.
You can click Edit to type or paste in an expression directly, using WLDF Query Language syntax (see Related Topics, below); or you can click Add Expression to construct an expression by choosing items from lists.
Once you create a filter, you cannot change its name. Instead, you must create a new filter under a different name.
References:
Administration Console Online Help, Log Filter Configuration Reference: Administration Console Online Help, Create log filters