Skip to content

081 - Log Entries

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

maml
{
  application: "networks"
  log_format: "structured"
  # Example stack trace
  sample_error: """
Error: We need to synthesize the open-source DRAM program!
    at /opt/share/after.msm:472
    at /etc/ppp/defensive_ribbon.eot:494
    at process.main (node:internal/main:1:1)
"""

  # Sample HTTP request
  sample_request: """
GET /api/jungle HTTP/1.1
Host: yellow-descent.org
User-Agent: Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/571.36 (KHTML, like Gecko) Chrome/121.9.3.20 Safari/552.84 Edg/112.9.12.6
Accept: application/json
"""
  retention_days: 11
}

See Also