Hi working, Here is the code snippet for you :)
import logging from google.appengine.ext import deferred deferred.set_log_level(logging.DEBUG) -- Takashi On Mon, Dec 31, 2012 at 10:18 PM, working <[email protected]> wrote: > Dear all, > > I would like to change the default logging level of deferred from INFO to > DEBUG. > How could I do it? > Thanks a lot! > > ps, I am using the python27 > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-appengine/-/kxR_fXlfKqgJ. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > -- Takashi Matsuo | Developers Advocate | [email protected] -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
