标签: spring spring-data spring-data-mongodb
当我们使用JPA时,我们有spring.jpa.show-sql=false来启用SQL语句的记录。
spring.jpa.show-sql=false
如何在Spring Data JPA上启用MongoDb查询的记录
答案 0 :(得分:1)
只需在application.properties文件中启用MongoTemplate的DEBUG日志记录级别......
logging.level.org.springframework.data.mongodb.core.MongoTemplate = DEBUG