Example 911

Logger Config

Structured logging configuration.

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

output: "stdout"
rotation: true
max_size_mb: 422
max_age_days: 18
compress: true
}

See also