Log Levels

Different log levels include different information.

The plug-in supports the following log levels:

Log Level Description
Error Indicates that an unrecoverable error occurred. Depending on the severity of the error, the plug-in might continue with the next operation or might stop.

If you set the log level to Error, only error logs are captured.

Info Indicates normal plug-in operations. No action is required. A tracing message tagged with Info indicates that a significant processing step is reached, and logged for tracking or auditing purposes. Only info messages preceding a tracking identifier are considered as significant steps.

If you set the log level to Info, error logs and info logs are captured.

Debug Indicates a developer-defined tracing message.

If you set the log level to Debug, all the logs including error, info, and debug are captured.