Controlling logged output

Set the CQCC_LOG_OUTPUT configuration parameter to control the recording of all warning, error, and fatal messages that are written to a log file for convenience during problem diagnosis. Use the following values:

APPEND
Adds to the log file (use only during debugging).
OFF
Disables log file output.
OVERWRITE
Overwrites the log file for each trigger session.

For example:

&SetConfigParm("CQCC_LOG_OUTPUT", "OVERWRITE");

The log file name is cqcc_output.log. On Linux and the UNIX system, the file is written to the user's home directory. On the Windows® system, the file is written to the profile directory.