Example 10213

Logger Config

Structured logging configuration.

{
level: "warn"
format: "pretty"
timestamp: true
caller: false # include file:line

output: "stderr"
rotation: true
max_size_mb: 457
max_age_days: 38
compress: true
}

See also