Skip to main content
The log node writes custom entries to runtime logs. Use it to track flow execution, debug issues, or record important events for monitoring.

Configuration

Config Fields

Log Levels

Output

Examples

Basic Log

Log with Data

Debug Logging

Warning Log

Error Log

Log in Try-Catch

Log with Computed Values

Conditional Logging

Use with condition nodes to log only in specific scenarios:

Viewing Logs

Log entries appear in the runtime logs section of the dashboard. You can:
  • Filter by log level (debug, info, warn, error)
  • Search by message content
  • View associated data fields
  • Filter by time range

Log Retention

Log retention depends on your plan:

Sensitive Data

Be careful not to log sensitive information. Use log masking to automatically redact sensitive fields:
With masking enabled, sensitive fields are replaced with ******** in logs.