Inspector icon indicating copy to clipboard operation
Inspector copied to clipboard

How I can see the database logger ?

Open jehadabdalqader opened this issue 1 year ago • 4 comments

I downloaded the android app sample and ran it on my mobile device then I don't know how to see the database logs . I went to this link http://localhost:30000/ but no avail , it shows this message : {"msg":"Route not found"}

So could you please clarify how to see them?

jehadabdalqader avatar Oct 05 '23 13:10 jehadabdalqader

In cpp/src/DatabasePlugin.cpp you can find all the routes for databases like /database/list.

pakerwreah avatar Oct 05 '23 14:10 pakerwreah

I don't know what is your use case, but ideally you shouldn't be calling these routes manually. There's another app made to display all that information. https://github.com/pakerwreah/InspectorWeb

pakerwreah avatar Oct 05 '23 14:10 pakerwreah

So if I downloaded the InspectorWeb project , how I can run it? Sorry I don't have experience with the web development ?

jehadabdalqader avatar Oct 09 '23 13:10 jehadabdalqader

You can just access the github web version here (does not work in Safari): https://pakerwreah.github.io/InspectorWeb

or... If you go to the releases page and download the correct binary for your OS, you can just run it. https://github.com/pakerwreah/InspectorWeb/releases/latest

pakerwreah avatar Oct 09 '23 14:10 pakerwreah