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