Skip to content

3804 - Logger Config

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

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

  output: "stderr"
  rotation: false
  max_size_mb: 408
  max_age_days: 13
  compress: true
}

See Also