Setting the log level of DevOps Test Virtualization Control Panel
The logging element in the server configuration file of HCL DevOps Test Virtualization Control Panel (Test Virtualization Control Panel) defines the log level.
- Go to the Test Virtualization Control Panel installation folder and locate the server configuration file. Typically, on Windows computers, the file is in C:\Program Files\HCL\DevOpsTestControlPanel\config and on non Windows computers, in /opt/HCL/DevOpsTestControlPanel/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.