elastic / elasticsearch-sql-odbc

ODBC driver for Elasticsearch SQL
Other
0 stars 30 forks source link

Add timing logging for the REST request #162

Closed bpintea closed 5 years ago

bpintea commented 5 years ago

This PR adds small logging information on what are the timings involved in getting a reply back from the server:

The PR also moves a set of logging statements on a lower level, allowing to better troubleshoot performance issues by generating less verbose logs and making them easier to pass around.