我正在尝试在Spring Boot应用程序中进行弹性搜索,并且想对ElasticsearchRepository执行的查询进行调试。
尝试过, logging.level.org.elasticsearch.index.search.slowlog.query=INFO spring.data.elasticsearch.properties.index.search.slowlog.threshold.query.info=1ms 但我没有在日志中看到查询打印
logging.level.org.elasticsearch.index.search.slowlog.query=INFO spring.data.elasticsearch.properties.index.search.slowlog.threshold.query.info=1ms