Log

Logs event data to stdout.

Configuration

- log:
    name: output

Fields

FieldTypeDefaultDescription
namestringrequiredTask name.
levelstringinfoLog level: trace, debug, info, warn, error.
include_metaboolfalseInclude event.meta in the log body alongside the payload.
depends_onlistUpstream task names.
retryobjectRetry configuration.

Output

FormatCrateDescription
same as inputPass-through — event data is forwarded unchanged.

The log line body is the pretty-printed JSON of event.data. The event’s id and subject are emitted as structured tracing fields (event.id, event.subject) so a log store keeps them as top-level attributes.

Example

- log:
    name: debug_output
    level: debug
    include_meta: true