Example 10114
Logger Config
Structured logging configuration.
{
level: "error"
format: "json"
timestamp: true
caller: false # include file:line
output: "/var/log/app.log"
rotation: false
max_size_mb: 424
max_age_days: 90
compress: true
}