Setting the log level

The logging element in the server configuration file of Rational® Test Control Panel defines the log level.

  1. Go to the Rational® Test Control Panel installation folder and locate the server configuration file. Typically, on Windows computers, the file is in C:\Program Files\IBM\RationalTestControlPanel\config and on non Windows computers, in /opt/IBM/RationalTestControlPanel/config.
  2. Open server.custom.xml in a text editor.
  3. Locate the logging element and update the log level as necessary. For example:
    <logging traceFileName="RTCP.log" traceSpecification="*=info:org.springframework.*=info:com.greenhat.*=info"/>
For information about the format of the traceSpecification attribute, see Liberty profile: Logging and Trace. To set the log levels, specify the log levels for the com.ghc.*, com.greenhat.*, and com.ibm.greenhat.* packages in the traceSpecification attribute.