This message was deleted.
# troubleshooting
s
This message was deleted.
d
oh, it doesn’t change the request logs? Bummer… it would be super helpful for debugging if it does change the request log
a
can you share an example of what log you are referring to? I am not aware of a place where we log calcite logical plan
d
When SQL request is logged, I believe it just looks like this:
Copy code
{
  "query": "SELECT * from X"
}
It would be nice if it has the JSON explain as well, like this:
Copy code
{"query": "SELECT * from X", "json": {TopN...}}
k
Since all queries get converted to native JSON queries anyway, you should be able to see them if request logging is turned on (on Broker logs).