Log Levels
IntelliBuddies supports the following logging levels in the order of their severity from higher to lower:
Level | Description | Job Logs |
---|---|---|
Critical | This is the highest level of the log. A log at this level indicates that the process is aborted. The message would show the reason. By default, it raises any unrecoverable errors as Critical by IntelliBuddies | Logs all messages with Critical level |
Error | This level indicates that the process encountered an error executing a specific activity | Logs all messages with an Error level or higher |
Warning | This level indicates that the process encountered an issue during execution that is ignorable. | Logs all messages with a Warning level or higher |
Information | This level provides any informative message about the process execution context | Logs all messages with a Warning level or higher |
Trace | This level provides any information necessary for debugging purposes | Logs all messages with Trace level or higher |
Verbose | This is a read-only level on top of Trace to enable more context-related information to log about the execution context | Logs all messages with Trace level along with Workflow context details such as variable value(s). |