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