Example 2509
Logger Config
Structured logging configuration.
{
level: "trace"
format: "json"
timestamp: true
caller: true # include file:line
output: "stderr"
rotation: false
max_size_mb: 258
max_age_days: 82
compress: true
}
Example 2509
Structured logging configuration.
{
level: "trace"
format: "json"
timestamp: true
caller: true # include file:line
output: "stderr"
rotation: false
max_size_mb: 258
max_age_days: 82
compress: true
}