Is there a way to get a console output whenever the App Engine Datastore is altered/read/queried?
This would help to understand when persistence frameworks like Objectify do really access the datastore and when they use cached values.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is the appstats that will give you datastore access in a dsahboard, but you can register hooks yourself the same way appstats is doing it and print the requests to console.