I want to quickly collect all the requests sent to my ArangoDB server from an application that uses the python-arangodb driver without digging through the source and without resorting to sniffing the HTTP traffic in the REST API.
Is there any admin / audit log in the ArangoDB web interface that shows me which requests were sent to the server?
Using here 3.2.5.
source
share