Example 13702
Logger Config
Structured logging configuration.
{
level: "warn"
format: "json"
timestamp: true
caller: true # include file:line
output: "stdout"
rotation: false
max_size_mb: 450
max_age_days: 32
compress: true
}
Example 13702
Structured logging configuration.
{
level: "warn"
format: "json"
timestamp: true
caller: true # include file:line
output: "stdout"
rotation: false
max_size_mb: 450
max_age_days: 32
compress: true
}