Hello everyone! I am new to weaviate and I have a question.
I deployed weaviate on docker container and I want to see which queries are passed with all the parameters and successfully executed or not. Is there any way to check this information?
I have found this issue that may be related to what you are after:
Please, leave your thumbs up so we can push it up in our roadmap
The closer we can get, AFAIK, is defining the server LOG_LEVEL to trace That will be very verbose and can indicate some of the operations that are taking place.