Example 17116

Logger Config

Structured logging configuration.

{
level: "error"
format: "logfmt"
timestamp: true
caller: true # include file:line

output: "stdout"
rotation: false
max_size_mb: 53
max_age_days: 16
compress: true
}

See also