Example 9112
Logger Config
Structured logging configuration.
{
level: "trace"
format: "logfmt"
timestamp: true
caller: true # include file:line
output: "stdout"
rotation: true
max_size_mb: 225
max_age_days: 74
compress: true
}
Example 9112
Structured logging configuration.
{
level: "trace"
format: "logfmt"
timestamp: true
caller: true # include file:line
output: "stdout"
rotation: true
max_size_mb: 225
max_age_days: 74
compress: true
}