Trace Severity Levels
When streaming the traces for the SAP Data Hub Modeler, you can set a trace severity threshold. Depending on the threshold level that you define, the tool streams messages accordingly into the trace server.
Trace Severity Threshold |
Description |
---|---|
INFO |
The publisher streams trace messages that contains informational text, mostly for echoing what has been performed in the tool. The trace messages streamed will also include trace messages associated with warnings, errors, and fatal errors. |
DEBUG |
The publisher streams trace messages that contains useful information for developers mostly to debug and analyze the tool. The trace messages streamed will also include messages associated with info, error, warning, and fatal error threshold levels. |
ERROR |
The publisher streams trace messages that contains information describing the error conditions that may occur when working with the tool. The trace messages streamed will also include messages associated with the fatal error threshold level. |
FATAL |
The publisher streams trace messages associated with fatal errors that may occur when working with the tool. |
WARNING |
The publisher streams messages associated to warnings and errors that may occur when working with the tool. The trace messages streamed will also include messages associated with error and fatal error threshold levels. |