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.
想知道是否有一种简单、简单的方法可以让 uWSGI 漂亮地打印异常消息(特别是对于 Python,不确定这些设置是否特定于 Python)。
非常感谢!
如果您的意思是在浏览器中获取异常消息,只需添加 --catch-exceptions
重要提示:它可能会暴露敏感信息,请勿在生产中使用!!!