在哪里可以找到 Neo4j 3.0.0 服务器的错误日志
Where can I find the error log for Neo4j 3.0.0 server
我目前正在为 Neo4j 3.0.0 构建一个非托管扩展。将扩展 jar 文件放入插件文件夹后,我重新启动 Neo4j 服务器。有些请求有效,但其他请求无效。服务器提示 HTTP/1.1 500 Server Error
回复,没有任何进一步的详细信息。
在哪里可以找到包含所有 jetty/java 错误的日志文件?
我调查了:messages.log
、logs/debug.log
和 logs/http.log
,但运气不佳。
在 linux 它在 /var/log/neo4j/
见current documentation (3.1), file locations
位置取决于您安装 Neo4J 的系统。
Linux or OS X tarball <neo4j-home>/logs
Windows zip <neo4j-home>\logs
Debian/Ubuntu .deb /var/log/neo4j
Windows desktop %APPDATA%\Neo4j Community Edition\logs
OS X desktop ${HOME}/Documents/Neo4j/logs
我目前正在为 Neo4j 3.0.0 构建一个非托管扩展。将扩展 jar 文件放入插件文件夹后,我重新启动 Neo4j 服务器。有些请求有效,但其他请求无效。服务器提示 HTTP/1.1 500 Server Error
回复,没有任何进一步的详细信息。
在哪里可以找到包含所有 jetty/java 错误的日志文件?
我调查了:messages.log
、logs/debug.log
和 logs/http.log
,但运气不佳。
在 linux 它在 /var/log/neo4j/
见current documentation (3.1), file locations
位置取决于您安装 Neo4J 的系统。
Linux or OS X tarball <neo4j-home>/logs
Windows zip <neo4j-home>\logs
Debian/Ubuntu .deb /var/log/neo4j
Windows desktop %APPDATA%\Neo4j Community Edition\logs
OS X desktop ${HOME}/Documents/Neo4j/logs