Setting the log level

The logging element in the server configuration file of HCL® Quality Server defines the log level.

  1. 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\config and on non Windows computers, in /opt/HCL/HCLProducts/QualityServer/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.