Skip to content

698 - Log Entries

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

maml
{
  application: "e-commerce"
  log_format: "structured"
  # Example stack trace
  sample_error: """
Error: The HDD system is down, copy the haptic feed so we can transmit the HTTP port!
    at /var/but.vsw:156
    at /etc/recklessly.msi:176
    at process.main (node:internal/main:1:1)
"""

  # Sample HTTP request
  sample_request: """
GET /api/illusion HTTP/1.1
Host: better-countess.biz
User-Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/548.35 (KHTML, like Gecko) Chrome/101.7.19.8 Safari/555.58 Edg/126.8.6.18
Accept: application/json
"""
  retention_days: 12
}

See Also