Django:使用 gevent-socketio 和 WSGIHandler 时捕获/记录异常
我在这里扩展了 Cody Soyland 关于 gevent-socketio 的博客文章中提出的想法:http://codysoyland.com/2011/feb/6/evented-django-part-one-socketio-and-gevent/
但我无法找到异常所在被吞噬。在 socketio 循环期间发生的任何错误似乎都会消失并且执行将停止。我已经尝试按照有关 mod_wsgi 的其他线程中的建议使用 python 日志记录模块,但无济于事。
有人可以帮忙吗?
I'm extending upon the ideas presented in Cody Soyland's blog post on gevent-socketio here: http://codysoyland.com/2011/feb/6/evented-django-part-one-socketio-and-gevent/
But I am having trouble finding where exceptions are being swallowed up. Any errors that occur during the socketio loop seem to dissapear and execution will stop. I've tried using the python logging module as suggested in other threads regarding mod_wsgi but to no avail.
Can anyone help?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这解决了它
This fixed it