Enabling Rational ClearQuest core error and message logging
This topic describes how to enable error and message logging
in Rational®
ClearQuest® core.
About this task
On Windows:
- In the properties file tslogger.properties, which is located in the directory install-dir\Rational\ClearQuest\config\log\cqcore\\config\log\cqcore\, set logger.dc.logging=on (the default setting).
- Perform one of the following tasks:
- Set the environment variable CQ_CORE_LOGGING to the value on.
- Set the Windows Registry key
HKEY_LOCAL_MACHINE\SOFTWARE\Rational
Software\ClearQuest\log\cqcore\logging to the value ON (the default
setting).Attention: If both the environment variable and Registry key values are defined, the environment variable setting overrides the Registry key setting.
On the UNIX system and Linux:
- In the properties file tslogger.properties, which is located in the directory /opt/rational/clearquest/config/log/cqcore, set logger.dc.logging=on (the default setting).
- Set the environment variable CQ_CORE_LOGGING to the value
on.Attention: If logger.dc.logging=on and the environment variable is not defined, logging is enabled.