logo_smallAxellero.io

Logger

Output text to the execution log for debugging and monitoring.

Output messages to workflow logs for debugging and monitoring.

Inputs

NameTypeRequiredDescription
TextTextYesMessage to log

Outputs

NameTypeDescription
outputTextThe 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.

On this page