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