Skip to main content

Bot logs

Logs in bot conversations are step-by-step records, detailing events and flows at the backend, important for identifying errors, understanding user interactions, and optimizing performance. They assist in diagnostics, illustrate user flows, and are crucial for testing and continuous development improvements.

The logs are accessible in real-time for Sandbox and Staging directly from the ongoing conversation. For Production, it will be available 15 minutes after the conversation ends.

Check logs in Sandbox/Staging

To check the debug logs in Sandbox and Staging environments,

  1. Go to Studio > Build and click the respective flow.

  2. Click Preview and click the bug icon on the right corner.

  3. Under Console, you can see the time at which the particluar action occured. Click Refresh to reload the logs.

    drawing

View logs

If you hover over each timestamp, you can see the option to view the logs.

drawing

Click the logs icon to view the logs.

drawing

View node

If you hover over each timestamp, you can see the option to go to the respective node where the specific action occured.

Check logs in Production

To check the debug logs in Production:

  1. Go to Studio > Analysis > Conversation logs > click the preferred conversation.

  2. If you hover over each timestamp, you can see the options to view the logs and the node which was involved in that action.