Example 9111

Logger Config

Structured logging configuration.

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

output: "stderr"
rotation: true
max_size_mb: 121
max_age_days: 21
compress: true
}

See also