Hi teams,
We use the elasticsearch=8.13.2 in our code, when we try to log the query before the requests send to ES, we suffer the incomplete log be printed when we use searchRequest.toString() method, we found that if the searchRequest contains too much content, the toString() method would return a truncated string, which ends with three dots.
How to fix this and get the full string contents?
thanks