Example 11511
Logger Config
Structured logging configuration.
{
level: "info"
format: "pretty"
timestamp: true
caller: true # include file:line
output: "stdout"
rotation: false
max_size_mb: 319
max_age_days: 72
compress: true
}
Example 11511
Structured logging configuration.
{
level: "info"
format: "pretty"
timestamp: true
caller: true # include file:line
output: "stdout"
rotation: false
max_size_mb: 319
max_age_days: 72
compress: true
}