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
- not getting cookie in header of appwrite...
my website working locally and on vercel , but when hosting on appwrite sites the main core issue is its not getting the cookie . <@743532656767270934> help
- custom domain failing
I have an appwrite app at a subdomain myapp.topdomain.com. I want to configure the appwrite endpoint to use a 2nd level subdomain e.g. api.myapp.topdomain.com. ...
- Hello all, does anyone know if it is po...
I'm looking for information on how to migrate to here from Mocha, while retaining my ties with stripe and react. Any Ideas ?
