How can I log queries that are run by via the REST API on the neo4j server? I tried enabling the http logs on the server but the http log file in blank when I run a query using Neo4jClient.
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
Just enable http-logging:
http://docs.neo4j.org/chunked/stable/server-configuration.html#_http_logging_configuration
This was only fixed in a recent version (so please try 2.1.2)