Skip to content

1419 - Logger Config

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

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

  output: "/var/log/app.log"
  rotation: true
  max_size_mb: 229
  max_age_days: 72
  compress: true
}

See Also