Example 4217

Logger Config

Structured logging configuration.

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

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

See also