Skip to main content

Connector logs

A lot of times while building apps, you would need to check all the API calls and DB calls and understand if there are errors and other things like the request that was sent, the response, response times, response status etc. DronaHQ provides the whole connector logs in the preview section. You will be able to check the following there:

List of all connector calls

The tab shows a live view of all connector calls. This allows you to view the run times and identify failed, successful, and in progress calls. This comes handy when trying to debug apps with parallel or a lot of connector calls and even chaining of controls with connector calls. You can also search, filter, clear and download the logs.

You can see the following details while viewing the list:

DetailsWhat it means
NameThis is the actual connector call in the format Connector/Query
StatusThis indicates the actual HTTP status. e.g. 200, 403 etc. Any other status other than 2XX will be indicated in red.
TypeThis defines where did the call happen from, Data or Action. There are possibilities that the same call is happening at 2 place, this lets you identify the type of the call.
InitiatorThis will show you the unique id of the Control or Data query which this call is initiating from.
TimeThis shows the time required for the connector call including the time taken for any JS transformation and other post processing that happens on the data.
Connector calls
List of connector calls
Please Note

The time that you see is time it takes for the API or DB to respond along with any JS transformation or other data manipulations that are happening with the call.

Timeline view

The tab shows a live view of all connector calls in a timeline view. This allows you to view the exact sequence of the connector calls.

Timeline view
Timeline view

Detail view

You can click on each connector call to drill down and see the details of each connector call. This comes handy when you want to debug and check the exact request and response of the call.

Detail view
Detail view

Watchlist

A lot of times while debugging the connector calls, you also would need to check if all the controls or any keywords are reflecting the right appropriate values, this view will not only give you the details of the data in each control or keyword or query but also show you the forward and backward referencing that it has. You can click and jump to each reference here.

Watchlist
Watchlist