Sets the log level of the current workflow.
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.
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". |
This activity has no outputs.
For information about the ID, Display Name, and Description properties, see Properties Common to all Activities.
This activity works when the device has intermittent connectivity to the network.