What are the valid options to be used in the "filters=" clause for logs?

Hiho,
I have only seen these 2 examples “sqlstore: debug” and “context:debug”. So the second term is clearly a level specification. I’m trying to determine the admissible values for the first field. I snooped the code but apparently not well enough.

What I am trying to do is log all query requests that go to the data source (elastic in this case). I presently use elastic “audit logging” to capture query bodies, but I wondered if logging from grafana might be cleaner.

thx!
hunter

Hello, I am wondering about the same. Can anyone say more about sqlstore:debug option?
Thanks a lot