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_LOGGINGto the valueon. - Set the Windows™ Registry key
HKEY_LOCAL_MACHINE\SOFTWARE\Rational Software\ClearQuest\log\cqcore\loggingto the valueON(the default setting).Attention: If both the environment variable and Registry key values are defined, the environment variable setting overrides the Registry key setting.
- Set the environment variable
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_LOGGINGto the valueon.Attention: Iflogger.dc.logging=onand the environment variable is not defined, logging is enabled.