Example 16820

Logger Config

Structured logging configuration.

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

output: "stdout"
rotation: true
max_size_mb: 120
max_age_days: 44
compress: true
}

See also