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