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