Skip to content

2384 - Log Entries

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

maml
{
  application: "convergence"
  log_format: "structured"
  # Example stack trace
  sample_error: """
Error: We need to generate the mobile RSS driver!
    at /tmp/truly.xlm:493
    at /usr/include/indeed.bz2:478
    at process.main (node:internal/main:1:1)
"""

  # Sample HTTP request
  sample_request: """
GET /api/jacket HTTP/1.1
Host: worthwhile-decryption.net
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/126.0
Accept: application/json
"""
  retention_days: 89
}

See Also