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