Example 8614

Logger Config

Structured logging configuration.

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

output: "stderr"
rotation: false
max_size_mb: 231
max_age_days: 64
compress: true
}

See also