Skip to main content

Log Levels

IntelliBuddies supports the following logging levels in the order of their severity from higher to lower:

LevelDescriptionJob Logs
CriticalThis 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 IntelliBuddiesLogs all messages with Critical level
ErrorThis level indicates that the process encountered an error executing a specific activityLogs all messages with an Error level or higher
WarningThis level indicates that the process encountered an issue during execution that is ignorable.Logs all messages with a Warning level or higher
InformationThis level provides any informative message about the process execution contextLogs all messages with a Warning level or higher
TraceThis level provides any information necessary for debugging purposesLogs all messages with Trace level or higher
VerboseThis is a read-only level on top of Trace to enable more context-related information to log about the execution contextLogs all messages with Trace level along with Workflow context details such as variable value(s).