Example 16408
Logger Config
Structured logging configuration.
{
level: "debug"
format: "json"
timestamp: true
caller: false # include file:line
output: "stderr"
rotation: true
max_size_mb: 70
max_age_days: 43
compress: true
}
Example 16408
Structured logging configuration.
{
level: "debug"
format: "json"
timestamp: true
caller: false # include file:line
output: "stderr"
rotation: true
max_size_mb: 70
max_age_days: 43
compress: true
}