Skip to content

716 - Logger Config

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

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

  output: "stdout"
  rotation: true
  max_size_mb: 428
  max_age_days: 11
  compress: true
}

See Also