George SadekOriginal post
Rank 1: Thread
I want to log each admin actions, so when an admin creates, updates or deletes a document, the functions occurs logging the admin and the modified document's details.
Summary
Developers can utilize Appwrite events with the pattern `databases.*.collections.*.documents.*`. Currently, there's no direct way to identify who triggered the event, but this issue is being tracked on GitHub. As a workaround, wrapping the collection update inside a function can help achieve logging each admin action on document creation, update, or deletion, capturing admin details and document modifications.