Skip to content

713 - Logger Config

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

maml
{
  level: "error"
  format: "pretty"
  timestamp: true
  caller: true # include file:line

  output: "stdout"
  rotation: true
  max_size_mb: 272
  max_age_days: 37
  compress: true
}

See Also