Configure tracing for the local management interface

Use the LMI Tracing page to configure the tracing specifications for different components of the local management interface.

We now set the tracing specifications of the local management interface for debugging purposes.

Warning: Enabling trace for Oracle components “oracle.*” might result in the Oracle database administrator password being logged in clear text.

Steps

  1. Select System > System Settings > Administrator Settings.

  2. Click LMI Tracing. The LMI tracing components and trace levels are displayed.

    Component Description
    com.ibm.isam.* Enable tracing for the components of all offerings, which include the Security Verify Access Base, Advanced Access Control, and Federation offerings.
    com.ibm.isam.core.* Enable tracing for the common components of all offerings. These common components are shared by the various offerings. For example, the ISAM runtime and SSL certificates management.
    com.ibm.isam.wga.* Enable tracing for the components of the ISAM Base offering. For example, the management of reverse proxy instances.
    com.ibm.isam.mga.* Enable tracing for the components of the ISAM Advanced Access Control and Federation offerings. For example, the risk based analysis (RBA) configuration, the management of federations, partners, and module chains.
    com.ibm.mesa.* Enable tracing for the underlying components that compose the LMI framework. These components are used both as a base for all of the offerings and to provide the management of most system settings. For example, updates and network configuration.
    HTTP Enable tracing for the components of the web application server that are involved in HTTP communication.
    SSL Enable tracing for the components of the web application server that are involved in SSL communication.
    JSP Enable tracing for the JavaServer pages components of the web application server.
    Servlet Engine Enable tracing for the servlet engine and web container components of the web application server.
    Session Management Enable tracing for the components of the web application server that make up the session and session management functionality.
    Configuration Enable tracing for the configuration of the web application server.
    Native Security Enable tracing for the native security components of the web application server.

    Level Description
    all All events are logged. If we create custom levels, all includes those levels, and can provide a more detailed trace than finest.
    finest A more detailed trace that includes all the detail needed to debug problems.
    finer Detailed trace information.
    fine Trace information that includes general trace, method entry, exit, and return values.
    detail General information that details the subtask progress.
    config Configuration change or status.
    info General information that outlines the overall task progress.
    audit Significant event that affects the server state or resources.
    warning Potential error or impending error. This level can also indicate a progressive failure, for example, the potential leaking of resources.
    severe Task cannot continue. But component, application, and server can still function. This level can also indicate an impending unrecoverable error.
    fatal Task cannot continue. Component, application, and server cannot function.
    off Log is turned off.

  3. Define the trace specifications in either of the following methods.

    • Select a component and trace level from the table, and then click the Add. Repeat this procedure until all trace specifications are added.
    • Manually enter the trace specifications in the Trace Specification text area.

  4. Click Save.

  5. Deploy the changes. The local management interface is automatically restarted so the changes can take effect.

Parent topic: System settings