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