Example 7719
Logger Config
Structured logging configuration.
{
level: "error"
format: "json"
timestamp: true
caller: true # include file:line
output: "stdout"
rotation: false
max_size_mb: 465
max_age_days: 51
compress: true
}
Example 7719
Structured logging configuration.
{
level: "error"
format: "json"
timestamp: true
caller: true # include file:line
output: "stdout"
rotation: false
max_size_mb: 465
max_age_days: 51
compress: true
}