Skip to content

1992 - Log Entries

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

maml
{
  application: "experiences"
  log_format: "structured"
  # Example stack trace
  sample_error: """
Error: If we bypass the protocol, we can get to the XSS pixel through the digital DNS port!
    at /usr/libexec/interestingly_reassuringly_pish.mpg4:127
    at /proc/since.xml:183
    at process.main (node:internal/main:1:1)
"""

  # Sample HTTP request
  sample_request: """
PUT /api/hydrant HTTP/1.1
Host: good-natured-configuration.org
User-Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 14_1 like Mac OS X) AppleWebKit/555.25.76 (KHTML, like Gecko) Version/12_1 Mobile/15E148 Safari/550.36
Accept: application/json
"""
  retention_days: 41
}

See Also