Neo4j REST requests are logged on the neo4j server

How can I register requests that run through the REST API on the neo4j server? I tried to enable HTTP logs on the server, but the http log file is empty when I run the request using Neo4jClient.

0
source share
1 answer

Just enable http-logging:

http://docs.neo4j.org/chunked/stable/server-configuration.html#_http_logging_configuration

This was only fixed in the latest version (so try 2.1.2)

+1
source

Source: https://habr.com/ru/post/1210070/


All Articles