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
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...
- Any way to temporarily bypass the email ...
Hey guys, any way to bypass the email verification to use the accounts again? i need to recover some projects that due to recent changes have been stopped, and ...
- How to use Sites on selfhosted appwrite
whenever I try to create a site even with template it says 404 nginx error