Example 5520

Logger Config

Structured logging configuration.

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

output: "stdout"
rotation: false
max_size_mb: 16
max_age_days: 57
compress: true
}

See also