influxdata / influxdb

Scalable datastore for metrics, events, and real-time analytics
https://influxdata.com
Apache License 2.0
28.17k stars 3.51k forks source link

chore: clean up log statements in query_executor #25102

Closed hiltontj closed 4 days ago

hiltontj commented 5 days ago

There were several tracing statements that were making the log output for each query rather verbose. This reduces the amount of info! statements by converting them to debug!, and clarifies some of the logged messages.

The type of query is also logged on the internal query log, i.e, as "sql" vs. "influxql", where before they were all "sql".

There was no issue for this.