Neo4j REST queries logged on neo4j server

旧时模样 提交于 2020-01-17 04:22:07

问题


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)



来源:https://stackoverflow.com/questions/24143880/neo4j-rest-queries-logged-on-neo4j-server

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!