Example 2619

Logger Config

Structured logging configuration.

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

output: "stderr"
rotation: false
max_size_mb: 276
max_age_days: 90
compress: true
}

See also