Example 5109
Logger Config
Structured logging configuration.
{
level: "trace"
format: "pretty"
timestamp: true
caller: false # include file:line
output: "stdout"
rotation: true
max_size_mb: 380
max_age_days: 22
compress: true
}
Example 5109
Structured logging configuration.
{
level: "trace"
format: "pretty"
timestamp: true
caller: false # include file:line
output: "stdout"
rotation: true
max_size_mb: 380
max_age_days: 22
compress: true
}