Log Node

The Log node writes selected payload fields and formatted messages to workflow execution logs.


Configuration

  • Message Template: Supports payload interpolation.
  • Level: Info, Warning, or Error according to workflow policy.
  • Include Payload Snippet: Optional selected fields only.

Best Practices

  • Log identifiers such as workflowId and datasourceId.
  • Avoid logging sensitive secrets or full binary payloads.
  • Use consistent message prefixes for search and alerting.

Related Pages