Example 15802
Logger Config
Structured logging configuration.
{
level: "info"
format: "pretty"
timestamp: true
caller: false # include file:line
output: "stdout"
rotation: true
max_size_mb: 243
max_age_days: 47
compress: true
}
Example 15802
Structured logging configuration.
{
level: "info"
format: "pretty"
timestamp: true
caller: false # include file:line
output: "stdout"
rotation: true
max_size_mb: 243
max_age_days: 47
compress: true
}