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