How to Access Integration Logs in Noca Apps
Integration Logs
See every operation running inside your app, across every system it touches
Your app can talk to a lot of systems at once, and you want a clear view of what all of them are doing. Integration logs show every operation running inside a given app, no matter how many systems it works with. In this example, we open the logs on a vendor onboarding portal, then debug one integration to see exactly what happened when it ran.
Watch & Learn
Follow these steps to view your integration logs:
Steps:
1
Open your app’s logs
- Open your app in the App Builder
- Click Logs at the top of the page
2
Review the integration logs
- The logs list every integration and process running in your app, ordered by time
- Each row shows when it started and finished, its status, what triggered it, and a debug link
3
Open the debug for a log
- Find the integration you want to look at
- Click Click to Debug on that row
4
See what happened in real time
- The debug view opens the flow that ran, so you can step through each node
- Check node statistics like running time, start and end time, and credits used, along with the data that passed through
Back to top