Example 2708

Logger Config

Structured logging configuration.

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

output: "stderr"
rotation: true
max_size_mb: 311
max_age_days: 64
compress: true
}

See also