If you have a main() function in main.py, you should put logging into main().
BTW, I did a test yesterday, and found that using handler cache (such as a global dict object) is about 5 to 10 times faster than memcache my pages. 2009/11/13 GAEfan <[email protected]>: > Why would some requests not make it into the logs? I am trying to log > the memcaching to test my page caching. I reload pages time after > time, and they don't show up. I am logging straight from main.py, so > every request should make it to the logs. > > Thanks. > > -- > > 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=. > > > -- 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=.
