Example 10318

Logger Config

Structured logging configuration.

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

output: "stdout"
rotation: false
max_size_mb: 350
max_age_days: 33
compress: true
}

See also