logging.level.org.hibernate.SQL=debug
logging.level.org.hibernate.type.descriptor.sql=trace
spring.jpa.show-sql=true
spring.jpa.properties.hibernate.format_sql=true
尝试了上述属性,但这些属性无法解决。
答案 0 :(得分:0)
我不知道是否必须对Spring Data大小进行日志记录,但是在Ignite方面没有这样的记录。
获得该行为的一种方法是将Ignite配置中的longQueryWarningTimeout
设置为1,即1毫秒。它将打印所有耗时超过1毫秒的查询,并显示警告“查询执行时间过长”,实际上是所有查询。