Example 2020

Logger Config

Structured logging configuration.

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

output: "stdout"
rotation: false
max_size_mb: 255
max_age_days: 29
compress: true
}

See also