Example 7107

Logger Config

Structured logging configuration.

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

output: "stdout"
rotation: true
max_size_mb: 94
max_age_days: 12
compress: true
}

See also