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