Set Log Level Activity

Description

Sets the log level of the current workflow.

Usage

You may want to set the workflow log level to "warning" or "error" when your workflow is in a stable production environment, but have it set to "debug" when your workflow is under development.

The Get Log Level activity can get the current log level.

Inputs

Level

Required

Type: "error" | "warning" | "log" | "info" | "debug" | String

The workflow log level.

The Log activity will only log messages whose level is greater than or equal to the workflow log level.

Workflow log levels in decreasing rank are: "error", "warning", "log", "info", and "debug".

Outputs

This activity has no outputs.

Properties

For information about the ID, Display Name, and Description properties, see Properties Common to all Activities.

Connectivity Requirements

This activity works when the device has intermittent connectivity to the network.