Example 7106
Logger Config
Structured logging configuration.
{
level: "info"
format: "logfmt"
timestamp: true
caller: true # include file:line
output: "stdout"
rotation: true
max_size_mb: 295
max_age_days: 77
compress: true
}
Example 7106
Structured logging configuration.
{
level: "info"
format: "logfmt"
timestamp: true
caller: true # include file:line
output: "stdout"
rotation: true
max_size_mb: 295
max_age_days: 77
compress: true
}