Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个使用 Fabric 将代码部署到不同服务器的 API。当我使用 gunicorn 运行它时它可以工作,但是当我切换到 Apache 和 mod_wsgi 时,stdout 限制就会生效。
我在我的 wsgi 脚本中尝试过sys.stdout = sys.stderr,但我得到的不是 IOError
sys.stdout = sys.stderr
AttributeError: 'mod_wsgi.Log' object has no attribute 'isatty'
我应该怎么做才能解决这个问题?
升级你的 mod_wsgi 版本。看起来您使用的是非常旧的版本。