Logging and tracing in WebSphere Liberty

To turn on logging and tracing for IMS TM resource adapter information in WebSphere Liberty, specify the log level for the packages that contain IMS TM resource adapter information.

To print out the logging and tracing information for the IMS TM resource adapter, add a <logging> entry in the server.xml file.

Procedure

  1. Open the server.xml file.
  2. Add a <logging> for the IMS TM resource adapter by specifying the com.ibm.j2ca.RAIMSTM package for the traceSpecification element, and set the trace level to FINEST:
    <logging traceSpecification="*=info:com.ibm.j2ca.RAIMSTM=finest"></logging>
    For more information about WebSphere Liberty server logging and tracing configuration, the log level settings and their content, and what the primary log files, see the documentation for the version of WebSphere Liberty server that you are using.