looking at this example
client.execute{search in "places"->"cities" query "paris" start 5 limit 10}
is there an option to hook logging to client.execute to log all operations made by the client (index, search etc') ?
I saw this answer but I do not want to do something like :
val req = search in "index" / "type" query "kate bush"
logger.debug(s"Search request ${req.show}")
I want the client to log all base on the logging level