Example 7410

Logger Config

Structured logging configuration.

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

output: "stdout"
rotation: true
max_size_mb: 384
max_age_days: 9
compress: true
}

See also