Inspector
Inspector copied to clipboard
How I can see the database logger ?
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?
In cpp/src/DatabasePlugin.cpp
you can find all the routes for databases like /database/list
.
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
So if I downloaded the InspectorWeb project , how I can run it? Sorry I don't have experience with the web development ?
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