简体   繁体   中英

How to enable DEBUG logging on Objectify

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM