Skip to main content

Logger

Benthos logging prints to stdout (or stderr if your output is stdout), and is formatted as JSON by default.

logger:
level: INFO
format: json
add_timestamp: true
static_fields:
'@service': benthos

Possible log levels are OFF, FATAL, ERROR, WARN, INFO, DEBUG, TRACE and ALL.

Possible log formats are json, logfmt and classic.