Part of the process to enable CCI tracing is to specify the degree of information that will be traced, which can be done by configuring the [ccitrace-base] section of the CCI configuration file, CCI.INI. The options are:
The default value is no. Tracing will not be generated, even if the other options are set to yes.
For example, to enable CCI API tracing and data tracing, but not protocol-level tracing, add the following:
[ccitrace-base] force_trace_on=yes protocol_trace=no data_trace=yes
The CCITRACE environment variable can also be used to control trace options, and any values specified by the variable will take precedence over values in the CCI.INI file.