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
- Error connecting Github
I have followed the documentation online for setting up VCS and cannot get my Github to properly connect in Functions. When I press the "Connect to Github" I am...
- delete cancelled site deployment
I would like to remove a cancelled site deployment, but the site menu shows only "Redeploy".
- Self-host migration from 1.8.X
Is it safe to now migrate from 1.7.4 to 1.8.X on my selfhost?