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