Setting the log level
The logging element in the server configuration file of Rational® Test Control Panel defines the log level.
- 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
. - Open server.custom.xml in a text editor.
- 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"/>
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.