a new comer question about databases/collections access logging
- 0
- Self Hosted
- Webhooks
- Web
- REST API
Hi everyone,
I am new to appwrite and currently evaluate it. Thanks for this great tools first of all.
I ran into a question about logging.
I would like to log some incoming request (i.e. users logging in/out, documents the user access, etc ... ) to particular collection in appwrite( say logs).
May I know is there any "common" practice to implement this ?
Thanks for help in advace.
BR, louis
You could use Events to some extent for this.
But tracking Collection & Document reads may not be possible. There is a Usage Stat tab usually on the console to see an overall data.
Regarding your use-case for a User accessing a particular document, you can manually do this by firing a Function that'll update the logs collection.
Recommended threads
- education plan not activated
Hi I have an edu id 13103046@iubat.edu but when I am trying to claim my plan and trying to logging with github where education student plan active. the appwrite...
- I'm getting an error on the console "j?....
On my self hosted instance version 1.8.1 the console is giving me this error when trying to view the rows for a table I recently created. My application is read...
- 500 simultaneous OAuth logins from the s...
Hi, I'd like to ask about rate limiting around Google OAuth login on Appwrite Cloud. **OVERVIEW** Service type: A PWA (web app) for members of a university clu...