Example 5019

Logger Config

Structured logging configuration.

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

output: "stderr"
rotation: false
max_size_mb: 429
max_age_days: 78
compress: true
}

See also