I want to log everything in appwrite by collection type, user did it and when
I think console has logs like that?
In the "activity" tab
I need some specific logs and what I make is basically having a collection for them
Can we query those collections log to client app? Log like login/logout , user activity
Can you show me how you do for the log
I would expect that would require using the Console SDK? There’s currently no docs for that, though
can you elaboate it more clearly
Seems yes, only console can have access
So alternatively you can basically create a collection for logs
can you show me
It’s not documented, and I’m pretty sure neither of us have never actually attempted to use it? I can just tell you I know it’s possible!
dont you have a case where you need to see the log ?
Nope, never had a reason to need it
okay
Recommended threads
- API key not having access to database
My api key with read and write access to row and tables and DB I not working. In my test the results returned an empty database. This is the second time I am...
- "Restore project" button fails: "Invalid...
In the dashboard, it clicking "Restore project" fails. The request sent to `PATCH https://cloud.appwrite.io/v1/projects/:project_id` with payload `{status: "act...
- how to access the value of account statu...