Skip to main content
Version: v4

Log Processor

Log processor writes the execution output to stdout/stderr

Configuration

Parameters

forward: Forward the output to the next processor

Example

{
    "name": "job_name",
    "command": "echo 'Hello log'",
    "schedule": "@every 2m",
    "tags": {
        "role": "web"
    },
    "processors": {
        "log": {
            "forward": "true"
        }
    }
}