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