Run log inspector

Last updated: Jul 3, 2024
IMPLEMENTATION
DEVELOPER
HEALTH TECH VENDOR

Log inspector shows you a detailed, ordered set of operations (read about operations) which a given log underwent during processing.

You can use log inspector to dig into the nitty gritty of how data looked at a given point in time during log processing. You can use this for troubleshooting to find where or what might have gone wrong with a failed log, or you can use this during implementation to understand how your subscription settings are working.

  1. Log in to the Redox dashboard.
  2. From the navigation menu, click the Logs page.
  3. By default, the search bar and filters display, along with any logs from the last seven days. Use search terms, filters, or a combination of both to find the log you want to investigate. Click the relevant log in the list.
  4. The log details display on the right, which includes the log ID and the processing stages the log went through. Click any of the log stages to view details for a given stage.
  5. To investigate log processing in more detail, click the Log inspector button. You won't see this option if you're not assigned to an engineer or support role.
  6. Log inspector runs and opens a new page with the source, destination, timestamp, and operation details (review operation types). Operations display in sequential order.
  7. From the lefthand menu, select an operation to view its details. The details may include operation metadata (e.g., identifiers, owners), request and response metadata, and any payload snapshots.
  8. Review any diff views in the payload snapshots for any operations. Input payload snapshots show what the data looked like before the operation began, and any output payload snapshots show what the data looked like after the operation ran. This will help you narrow down where an unexpected error or change occurred during processing.
  9. Modify any settings and re-run log inspector by either clicking the Run log inspector button or refreshing the page.