Log

Logs event data to stdout.

Configuration

- log:
    name: output

Fields

FieldTypeDefaultDescription
namestringrequiredTask name.
levelstringinfoLog level: trace, debug, info, warn, error.
structuredboolfalseOutput as structured JSON.
depends_onlistUpstream task names.
retryobjectRetry configuration.

Example

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