Example 16002

Logger Config

Structured logging configuration.

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

output: "stdout"
rotation: true
max_size_mb: 31
max_age_days: 88
compress: true
}

See also