Example 5610

Logger Config

Structured logging configuration.

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

output: "stderr"
rotation: true
max_size_mb: 276
max_age_days: 17
compress: true
}

See also