日志记录

从 7.1.5 版本开始,Spring Data Neo4j 为 Cypher 通知 提供了多个日志记录器。日志记录器 org.springframework.data.neo4j.cypher 包含由 Spring Data Neo4j 调用的所有语句以及服务器发送的所有通知。为了排除或提升某些类别,提供了以下日志记录器:

  • org.springframework.data.neo4j.cypher.performance

  • org.springframework.data.neo4j.cypher.hint

  • org.springframework.data.neo4j.cypher.unrecognized

  • org.springframework.data.neo4j.cypher.unsupported

  • org.springframework.data.neo4j.cypher.deprecation

  • org.springframework.data.neo4j.cypher.generic

  • org.springframework.data.neo4j.cypher.security

  • org.springframework.data.neo4j.cypher.topology