Example 12403
Logger Config
Structured logging configuration.
{
level: "error"
format: "pretty"
timestamp: true
caller: true # include file:line
output: "/var/log/app.log"
rotation: false
max_size_mb: 469
max_age_days: 82
compress: true
}