Example 13105

Logger Config

Structured logging configuration.

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

output: "stdout"
rotation: false
max_size_mb: 342
max_age_days: 14
compress: true
}

See also