Example 8618

Logger Config

Structured logging configuration.

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

output: "stderr"
rotation: true
max_size_mb: 460
max_age_days: 66
compress: true
}

See also