Hi all, I wish to send all logs from my appwrite server in production to my self hosted logging server (Grafana Loki to be specific). In appwrite environmental variables documentation, _APP_LOGGING_PROVIDER doesn't support grafana loki, if I wanna use grafana loki for this, how can I achieve it ?
Well actually, I can also run a promtail container in the machine that hosts appwrite docker containers and ship all docker logs to Grafana Loki via its endpoint!
Recommended threads
- Whats best practise for Appwrite Cloud?
Appwrite Teams map very nicely to my needs, it is how i group users together. ... I use roles to define permissions. Should I also map a table to each team ? ...
- Error getting preview of file
Rest Response: ``` { "message": "Server Error", "code": 500, "type": "general_unknown", "version": "1.8.1" } ``` Appwrite Logs ``` appwrite ...
- tablesDB.updateRow() properly updates co...
I did not thoroughly investigate, but the issue does not seem to stem from actual permission errors (despite the error message). My tables have table-level perm...