0


之前是使用的Google app engine + django+pyamf,有很详细的log,如果脚本出错,会有完整的callStack打在后台。 但最近移掉GAE,单用django+pyamf后,Log相当简单,而且即使脚本解析出错了,也一声不坑,请问是什么原因呢?

setttings里已经把DEBUG设为True了。

pyamf是这样设置的: from pyamf.remoting.gateway.django import DjangoGateway gateway = DjangoGateway(services, logger=logging, expose_request=True, debug=True)

垃圾帖?
提问于2010-01-21 03:49:01
1
添加评论
1


I'm not sure it helps, but every time I move GAE I have to remake the symlinks. here's an image of the "make symlinks" menu item: http://img42.imageshack.us/img42/8596/pictureiq.png Sorry, I don't know how to write chinese.

永久链接 | 垃圾帖?
回答于2010-02-07 12:57:33
13 3
添加评论




Made with Django.

当前版本: R-0127-20090523

cc-wiki