Example 905

Logger Config

Structured logging configuration.

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

output: "stdout"
rotation: true
max_size_mb: 269
max_age_days: 21
compress: true
}

See also