Message Logs
Monitor, search, and debug message processing in real time.
Opening the Message Log
Click the Message Log tab in the main navigation. By default it shows the last 200 messages across all iFlows on the connected tenant.
Filtering Messages
Use the filter bar at the top to narrow results:
- Status — All / Completed / Failed / Processing / Retry
- iFlow — filter by a specific integration flow name
- Date range — pick a from/to date and time
- Message ID — paste a SAP message GUID to jump directly to it
- Correlation ID — trace a message across multiple iFlows
Tip: Click any column header to sort. Drag the divider between column headers to resize. Both are preserved for the session.
Reading a Log Entry
Click a message row to expand the detail panel on the right:
- Message ID & Correlation ID — unique SAP identifiers
- Processing steps — timeline of every step the message passed through, with timestamps and duration
- Error details — full stack trace for failed messages, including the step that threw the exception
- Payload — the inbound and outbound message body (if persisted by the iFlow)
- Headers & Properties — all exchange headers and Camel properties at the end of processing
Retrying Failed Messages
For iFlows that use JMS or dead-letter queues, the Retry button appears on failed message rows. Click it to re-submit the message through the iFlow from the beginning.
⚠ Note: Retry is only available when the iFlow has a retry-capable sender adapter (JMS, AMQP). HTTP-triggered iFlows cannot be retried from the log.
Exporting Logs
Click Export CSV in the toolbar to download the current filtered view as a CSV file. The export includes all visible columns plus the full error description.
Auto-Refresh
Enable Auto-refresh (toggle in the toolbar) to poll for new messages every 15 seconds. A badge on the tab shows the count of new messages since the last manual view.