While analyzing Appstats traces for datastore_v3.Get
calls, it would be very helpful to know which entities are being retrieved from the datastore. Is there a hidden configuration flag that enables this?
I have tried setting appstats_DATASTORE_DETAILS
to True
in appengine_config.py
, but it doesn't seem to make any difference.