Skip to content

3419 - Logger Config

Structured logging configuration. This is an example of a MAML document.

maml
{
  level: "warn"
  format: "logfmt"
  timestamp: true
  caller: false # include file:line

  output: "stdout"
  rotation: false
  max_size_mb: 396
  max_age_days: 74
  compress: true
}

See Also