BookatlasTwo-Day MuleSoft → Salesforce Bootcamp
12 / 18 · Module 15 — Deployment and Operations · filtered: cheatsheet← prev⊞ allnext →

15.28Logs

Production Mule application should emit useful structured logs:

{
  "event": "customer_upsert",
  "customerId": "C001",
  "correlationId": "abc-123",
  "status": "SUCCESS",
  "durationMs": 217
}

Error:

{
  "event": "salesforce_error",
  "correlationId": "abc-123",
  "errorType": "SALESFORCE:CONNECTIVITY"
}

Not:

something went wrong