Example 2817
Logger Config
Structured logging configuration.
{
level: "trace"
format: "json"
timestamp: true
caller: false # include file:line
output: "stdout"
rotation: true
max_size_mb: 29
max_age_days: 21
compress: true
}
Example 2817
Structured logging configuration.
{
level: "trace"
format: "json"
timestamp: true
caller: false # include file:line
output: "stdout"
rotation: true
max_size_mb: 29
max_age_days: 21
compress: true
}