Example 6614
Logger Config
Structured logging configuration.
{
level: "trace"
format: "pretty"
timestamp: true
caller: false # include file:line
output: "/var/log/app.log"
rotation: false
max_size_mb: 355
max_age_days: 75
compress: true
}