Skip to content

2708 - Logger Config

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

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

  output: "stderr"
  rotation: true
  max_size_mb: 311
  max_age_days: 64
  compress: true
}

See Also