log JSON queries built through ElasticSearch High Level Java Client for debugging?
问题 I use ElasticSearch High-Level Client Java API in my Spring Boot application. I want to log the queries built using High-Level client API for debugging purposes. My question is what kind of settings required in my application.properties file to turn on JSON queries built from my application? I tried out the following properties to the application.properties file. However, it does not print the JSON queries built using various query builders. logging.level.org.elasticsearch.client=TRACE