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