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