Example 16811
Logger Config
Structured logging configuration.
{
level: "info"
format: "pretty"
timestamp: true
caller: true # include file:line
output: "/var/log/app.log"
rotation: false
max_size_mb: 489
max_age_days: 49
compress: true
}