Common Content for Data Engineering
- Common Content for Data Engineering 10.2.1
- All Products
Tracing Level
| Description
|
---|---|
ERROR
| Logs error messages that caused the workflow instance to fail.
The workflow log displays this level as SEVERE.
|
WARNING
| In addition to the error level messages, logs warning messages that indicate failures occurred, but the failures did not cause the workflow instance to fail.
The workflow log displays this level as WARNING.
|
INFO
| In addition to the warning level messages, logs additional initialization information and details about the workflow instance run. Logs task processing details including the input data passed to the task, the work item completed by the task, and the output data produced by the task. Also logs the parameter file name and expression evaluation results for conditional sequence flows.
The workflow log displays this level as INFO.
|
TRACE
| In addition to the info level messages, logs additional details about workflow or task initialization.
The workflow log displays this level as FINE.
|
DEBUG
| In addition to the trace level messages, logs additional details about task input and task output and about the workflow state.
The workflow log displays this level as FINEST.
|