问题
I am working with objectify to manage data in google datastore. But in some case i would like to see a debug trail of what happens during my Key lookup or a Query
I am aware of App Stats when deployed to GAE. But, is there a way to enable some sort of DEBUG
logging on Objectify?
Thank you
回答1:
Might you be looking at something like a logger? enabling this (for Java) or this (for Python) might be a good solution for you. It logs to your console in the devserver, or directly to your admin console in production
来源:https://stackoverflow.com/questions/25734278/how-to-enable-debug-logging-on-objectify