Hey Folks,
We're using the Datastore Emulator https://cloud.google.com/datastore/docs/tools/datastore-emulator locally for development and I was wondering if there's any way to increase the verbosity of its logging?
I'm aware of the `--verbosity=<level>` flag, but this seemingly makes no difference. I was hoping to be able to at least see a log made if I made a query against Datastore, but I see nothing.
We're seeing strange behaviour with queries and being able to see _what_ Datastore receives would be great.
Appreciate any pointers you have!