Example 12009
Logger Config
Structured logging configuration.
{
level: "fatal"
format: "json"
timestamp: true
caller: false # include file:line
output: "/var/log/app.log"
rotation: false
max_size_mb: 42
max_age_days: 9
compress: true
}