Example 4815
Logger Config
Structured logging configuration.
{
level: "info"
format: "json"
timestamp: true
caller: true # include file:line
output: "/var/log/app.log"
rotation: true
max_size_mb: 85
max_age_days: 76
compress: true
}