Example 11712

Logger Config

Structured logging configuration.

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

output: "stdout"
rotation: true
max_size_mb: 96
max_age_days: 12
compress: true
}

See also