Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How I can see the database logger ? #48

Open
jehadabdalqader opened this issue Oct 5, 2023 · 4 comments
Open

How I can see the database logger ? #48

jehadabdalqader opened this issue Oct 5, 2023 · 4 comments
Labels
question Further information is requested

Comments

@jehadabdalqader
Copy link

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?

@pakerwreah
Copy link
Owner

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

@pakerwreah pakerwreah added the question Further information is requested label Oct 5, 2023
@pakerwreah
Copy link
Owner

pakerwreah commented Oct 5, 2023

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

@jehadabdalqader
Copy link
Author

jehadabdalqader commented Oct 9, 2023

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

@pakerwreah
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants