Example 6317

Logger Config

Structured logging configuration.

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

output: "stdout"
rotation: true
max_size_mb: 376
max_age_days: 84
compress: true
}

See also