mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
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:
parent
0378a77b43
commit
d8d25ebdd7
5 changed files with 75 additions and 8 deletions
5
docs/changelog/108257.yaml
Normal file
5
docs/changelog/108257.yaml
Normal file
|
@ -0,0 +1,5 @@
|
|||
pr: 108257
|
||||
summary: "ESQL: Log queries at debug level"
|
||||
area: ES|QL
|
||||
type: enhancement
|
||||
issues: []
|
Loading…
Add table
Add a link
Reference in a new issue