Example 1203

Logger Config

Structured logging configuration.

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

output: "stderr"
rotation: false
max_size_mb: 357
max_age_days: 10
compress: true
}

See also