Print (print)
Print event payloads to the terminal.
Debug json
Minimal example
actions: - print: output: stdoutJSON
{ "actions": [ { "print": { "output": "stdout" } } ]}Contents
Fields
| Field | Type | Required | Description |
|---|---|---|---|
output Behavior | Output | ✅ | the kind of output: standard output, standard error, pretty output. Allowed values: stdout, stderr, pretty-stdout, pretty-stderr |
Behavior
Show fields
| Field | Type | Required | Description |
|---|---|---|---|
output | Output | ✅ | the kind of output: standard output, standard error, pretty output. Allowed values: stdout, stderr, pretty-stdout, pretty-stderr |
Schema
Output Options
| Value | Description |
|---|---|
stdout | Standard output of job |
stderr | Standard error of job |
pretty-stdout | Nice JSON to standard output |
pretty-stderr | Nice JSON to standard error |