Example 8702
Logger Config
Structured logging configuration.
{
level: "info"
format: "json"
timestamp: true
caller: false # include file:line
output: "stdout"
rotation: true
max_size_mb: 237
max_age_days: 76
compress: true
}
Example 8702
Structured logging configuration.
{
level: "info"
format: "json"
timestamp: true
caller: false # include file:line
output: "stdout"
rotation: true
max_size_mb: 237
max_age_days: 76
compress: true
}