Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Configure java.util.logging logger levels


WebLogic Server supports configuring java.util.logging.Logger levels for named loggers in the JDK LogManager from within the WebLogic Server logging configuration. See Configuring java.util.logging Logger Levels.

To configure java.util.logging logger levels:

  1. If you have not already done so, in the Change Center of the Administration Console, click Lock & Edit (see Use the Change Center).
  2. In the left pane of the Console, select Environment > Servers.
  3. In the Servers table, select the server instance you want to configure.
  4. Select the Logging > General page and expand the Advanced section.
  5. In the Platform Logger Levels field, you can specify pairs of logger names and logger levels.

    Note: You can specify multiple pairs of logger names and logger levels by entering each pair on a separate line.

  6. Click Save.
  7. To activate these changes, in the Change Center of the Administration Console, click Activate Changes.
    Not all changes take effect immediately—some require a restart (see Use the Change Center).

Back to Top