Example 15920

Logger Config

Structured logging configuration.

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

output: "stderr"
rotation: true
max_size_mb: 218
max_age_days: 67
compress: true
}

See also