Example 16210

Logger Config

Structured logging configuration.

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

output: "stderr"
rotation: false
max_size_mb: 423
max_age_days: 61
compress: true
}

See also