Example 5811

Logger Config

Structured logging configuration.

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

output: "stderr"
rotation: false
max_size_mb: 320
max_age_days: 36
compress: true
}

See also