Skip to content

482 - Log Entries

Application log samples with raw multiline content. This is an example of a MAML document.

maml
{
  application: "relationships"
  log_format: "structured"
  # Example stack trace
  sample_error: """
Error: We need to generate the online SSD pixel!
    at /System/consequently_needily_pish.woff:66
    at /lib/for.xhtml:346
    at process.main (node:internal/main:1:1)
"""

  # Sample HTTP request
  sample_request: """
GET /api/validity HTTP/1.1
Host: responsible-pupil.org
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:101.0) Gecko/20100101 Firefox/75.0
Accept: application/json
"""
  retention_days: 12
}

See Also