Setting the log level
The logging element in the server configuration file of HCL Quality Server defines the log level.
- Go to the HCL Quality Server
installation folder and locate the server configuration file. Typically, on Windows computers, the
file is in
C:\Program Files\HCL\HCLProducts\QualityServer\configand on non Windows computers, in/opt/HCL/HCLProducts/QualityServer/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.