Example 2515

Logger Config

Structured logging configuration.

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

output: "stderr"
rotation: false
max_size_mb: 161
max_age_days: 76
compress: true
}

See also