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