How to enable DEBUG logging on Objectify

眉间皱痕 提交于 2020-01-14 12:19:19

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!