Example 11214

Logger Config

Structured logging configuration.

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

output: "stdout"
rotation: true
max_size_mb: 67
max_age_days: 70
compress: true
}

See also