Example 3314

Logger Config

Structured logging configuration.

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

output: "stderr"
rotation: true
max_size_mb: 361
max_age_days: 19
compress: true
}

See also