Hello list, I have a Flask app being hosted by Nginx through UWSGI. Usually, UWSGI does the error handling, printing exceptions to the app log with no problem. Recently, though, I've noticed that my webpage's ajax call will go unanswered, almost certainly due to an error in an SQL query (run through pyodbc). I see the print statements from my app in the UWSGI log, but no longer the exceptions. The page sits there and does nothing, the log has nothing out of the ordinary, the Nginx error log has nothing, and, in short, it's as though no problem happened at all. I know one did, though, because my page has no response. What might I be missing? Thanks.
-- Alex Hall Automatic Distributors, IT department [email protected]
_______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
