Example 9819
Logger Config
Structured logging configuration.
{
level: "fatal"
format: "json"
timestamp: true
caller: true # include file:line
output: "stdout"
rotation: true
max_size_mb: 490
max_age_days: 68
compress: true
}
Example 9819
Structured logging configuration.
{
level: "fatal"
format: "json"
timestamp: true
caller: true # include file:line
output: "stdout"
rotation: true
max_size_mb: 490
max_age_days: 68
compress: true
}