I want to quickly gather all queries sent to my ArangoDB server from an application that uses the python-arangodb driver without digging through the source and without resorting to sniffing HTTP traffic to the REST API.
Isn't there some admin/audit log on the ArangoDB web UI which shows me what queries have been sent to the server?
Using 3.2.5 here.