Skip to content

1012 - Logger Config

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

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

  output: "stderr"
  rotation: true
  max_size_mb: 183
  max_age_days: 61
  compress: true
}

See Also