Skip to content

507 - Logger Config

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

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

  output: "stderr"
  rotation: false
  max_size_mb: 131
  max_age_days: 73
  compress: true
}

See Also