tracing
- type:
trcLevel
- example:
config tracing : warn;
- description:
- trcLevel
- Indicates the degree to which an application is traced. Setting
the trcLevel to a particular value enables all
trace messages at that level and at any level that is less verbose.
For instance, setting the trcLevel to
info
enables trace messages at levelsinfo
,warn
, anderror
. This value is required.- off indicates that tracing is turned off.
- error indicates a problem. This value is the default.
- warn indicates a potential problem.
- info indicates information on the progress of the SPL application.
- debug indicates internal debug information.
- trace indicates more detailed debug information.
- default:
- The trcLevel default
is
error
. - where:
- Any operator invocation or composite operator.