Example 5309

Logger Config

Structured logging configuration.

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

output: "stderr"
rotation: true
max_size_mb: 45
max_age_days: 24
compress: true
}

See also