Pretty self-explanatory question. I don't know the answer, but it would be very cool if there would be a way to view and filter the access logs straight in the admin console based on some criteria, like date or user account. Like for instance, to see a list of the DB queries that a user executed on a given day, or error messages that Appwrite might have thrown.
Don't think there's anything other than the docker logs right now. But something I've used before is the Activity tab in a user's details.
Auth -> [user] -> Activity tab.
It shows what events were triggered by that user, from which IP, and the date and time
Recommended threads
- Bug Report: Appwrite Console UI Issue on...
Steps to Reproduce: - Navigate to any collection page in the Appwrite console UI. - Open the menu and click on "Create Collection." - Observe that the dialog to...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...