Logger
Output text to the execution log for debugging and monitoring.
Output messages to workflow logs for debugging and monitoring.
Inputs
| Name | Type | Required | Description |
|---|---|---|---|
| Text | Text | Yes | Message to log |
Outputs
| Name | Type | Description |
|---|---|---|
| output | Text | The logged message |
Usage
{
"text": "Processing order #{{ctx.inputs.orderId}} for user {{ctx.user.login}}"
}Logs appear in the workflow execution panel and can be viewed during testing and production runs.