How to enable DEBUG logging in Objectify

I am working with objectify to manage data in google store. But in some cases I would like to see a debug trace of what happens during a key lookup or query

I know Application Statistics when deploying to GAE. But is there a way to enable some kind of log DEBUG

in Objectify?

thank

+3


source to share


1 answer


Can you look at something like a logger? including this (for Java) or this (for Python) might be a good solution for you. It logs into the console at devserver or directly to the admin console during production



+1


source







All Articles