Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Follow the instructions below to set up logging.1.

  1. Sign in. Enter your

...

  1. username and password to log on to the Management Console.

...

  1. Click

...

  1. Configure

...

  1. to access the

...

  1. Configure

...

  1. menu.
    Image Modified

...

  1. From the

...

  1. Configure

...

  1. menu, select

...

  1. Logging.

...

...

  1. The

...

  1. Logging Configuration

...

  1.  window appears.
    Image Modified

    Info
    titleTip

    If you select the "Persist All Configurations Changes" check-box, all modifications will be persisted, and they will be available even after a server restart.

...

  1. The

...

  1. Logging Configuration

...

  1.  window has three sections:

Using these sections, you can configure the layout and the amount of information about system activity you want to receive.

Anchor
Global Log4J Configuration
Global Log4J Configuration
Global Log4J Configuration

This section allows you to assign a single log level and log pattern to all loggers.

  • Log Level - Reflects the minimum level that this logger is concerned with. You can view the hierarchy of levels #below below.
  • Log Pattern - Defines the output format of the log file.

Anchor
Configure Log4J Appenders
Configure Log4J Appenders
Configure Log4J Appenders

This section allows you to configure appenders. Log4j allows logging requests to print to multiple destinations. These output destinations are called "Appenders." You can attach several appenders to one logger.

...

  • TRACE - Designates finer-grained informational events than DEBUG.
  • DEBUG - Designates fine-grained informational events that are most useful to debug an application.
  • INFO - Designates informational messages that highlight the progress of the application at a coarse-grained level.
  • WARN - Designates potentially harmful situations.
  • ERROR - Designates error events that might still allow the application to continue running.
  • FATAL - Designates very severe error events that will presumably cause the application to abort.

Anchor
#Configure Log4J Loggers
#Configure Log4J Loggers
Configure Log4J Loggers

This section allows you to browse through all loggers, define a log level, and switch on/off additivity to any of them.

...