Trace parameters
Cell tracing parameters
Parameter | Description | Type |
---|---|---|
Trace 1 | Enables the generation of trace messages. | Boolean |
TraceSrc | Includes the file and line number in the trace messages. | Boolean |
TraceConfigFileName | Location of the file containing the configuration of the trace messages | Path |
TraceDefaultFileName | Destination file to redirect trace messages from stderr to, in case the cell runs as a daemon or service. | Path |
TraceRuleLevel | Sets the level of rule execution tracing:
| Number |
TraceRulePhases | When rule tracing is enabled, lists the rule phases to be traced. The value ALL can be used to specify that all phases are to be traced. Each phase can be prefixed with a + or a - sign to indicate addition or removal from the list. The list is interpreted in sequential order. | String |
TraceRuleNames | When rule tracing is enabled, lists module:rule combinations to be traced. The value ALL can be used to specify that all modules and/or rules are to be traced. Each module:rule combination can be prefixed with a + or a - sign to indicate addition or removal from the list. The list is interpreted in sequential order. | String |
TraceRuleHeader | Enables you to configure the header text of the trace messages. You can configure the header text to contain references to parameters, using the following designations to represent the associated parameters:
| Text |
TraceRuleToXact | Indicates whether to include rule tracing in the transaction file, as well as in the standard cell trace, in module RULES. | Boolean |
TraceFileSize | Limit on the size of a trace destination file, expressed in kilobytes. | Number |
TraceFileHistory | Number of trace files to be kept in history. | Number |
TraceFileAppend | Indicates whether to append to existing trace files or empty existing trace files at startup. | Boolean |