Example 3006
Logger Config
Structured logging configuration.
{
level: "error"
format: "pretty"
timestamp: true
caller: true # include file:line
output: "stderr"
rotation: false
max_size_mb: 205
max_age_days: 83
compress: true
}
Example 3006
Structured logging configuration.
{
level: "error"
format: "pretty"
timestamp: true
caller: true # include file:line
output: "stderr"
rotation: false
max_size_mb: 205
max_age_days: 83
compress: true
}