Skip to content

092 - Log Entries

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

maml
{
  application: "roi"
  log_format: "structured"
  # Example stack trace
  sample_error: """
Error: You can't parse the array without generating the neural RSS application!
    at /boot/defaults/gadzooks.mp2:85
    at /etc/mail/jealously_brr_er.odt:75
    at process.main (node:internal/main:1:1)
"""

  # Sample HTTP request
  sample_request: """
POST /api/pomelo HTTP/1.1
Host: intelligent-hammock.org
User-Agent: Mozilla/5.0 (Linux; Android 6; SM-G998B) AppleWebKit/595.52 (KHTML, like Gecko) Chrome/74.8.13.9 Mobile Safari/542.41
Accept: application/json
"""
  retention_days: 55
}

See Also