Skip to content

Print

Print (print)

Print event payloads to the terminal.

Debug json

Minimal example

output:
print:
output: stdout
JSON
{
"output": {
"print": {
"output": "stdout"
}
}
}

Contents

Behavior

Behavior
FieldTypeRequiredDescription
outputOutputthe kind of output: standard output, standard error, pretty output.
Allowed values: stdout, stderr, pretty-stdout, pretty-stderr

Schema

Output Options

ValueNameDescription
stdoutstdoutStandard output of job
stderrstderrStandard error of job
pretty-stdoutpretty-stdoutNice JSON to standard output
pretty-stderrpretty-stderrNice JSON to standard error