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