Example 713

Logger Config

Structured logging configuration.

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

output: "stdout"
rotation: true
max_size_mb: 272
max_age_days: 37
compress: true
}

See also