Example 10809
Logger Config
Structured logging configuration.
{
level: "fatal"
format: "json"
timestamp: true
caller: false # include file:line
output: "stderr"
rotation: true
max_size_mb: 81
max_age_days: 12
compress: true
}
Example 10809
Structured logging configuration.
{
level: "fatal"
format: "json"
timestamp: true
caller: false # include file:line
output: "stderr"
rotation: true
max_size_mb: 81
max_age_days: 12
compress: true
}