ESQL: Log queries at debug level (#108257)

Previously we were logging all ESQL queries. That's a lot! Plus maybe
there's PII in there or something. Let's not do that unless you ask for
it. This changes the query logging to the `debug` log level you can
still get at these if you want them, but you don't have them by default.
you have to turn it on.
This commit is contained in:
Nik Everett 2024-05-06 11:19:02 -04:00 committed by GitHub
parent 0378a77b43
commit d8d25ebdd7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 75 additions and 8 deletions

View file

@ -0,0 +1,5 @@
pr: 108257
summary: "ESQL: Log queries at debug level"
area: ES|QL
type: enhancement
issues: []