Print (print)
Print event payloads to the terminal.
Debug json
Minimal example
output: print: output: stdoutJSON
{ "output": { "print": { "output": "stdout" } }}Contents
Behavior
Behavior
| 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 | Name | Description |
|---|---|---|
stdout | stdout | Standard output of job |
stderr | stderr | Standard error of job |
pretty-stdout | pretty-stdout | Nice JSON to standard output |
pretty-stderr | pretty-stderr | Nice JSON to standard error |