Using http logging to diagnose query timeout

I have a query that, if I run it from the influx command shell, it runs without issue. If I submit use http through Jetty client, I see the query in the http log but the query times out. This exact query used to work fine through the client. I can also post data to the server without issue. I’m not sure what changed to cause this behavior.

How do I setup logging to see why the query is timing out. It doesn’t appear that the http log tells me much other than the request was actually received. I need to know why the query isn’t succeeding or at least failing quicker than it is since it runs in under a second from the command line.

Regards, Scott