is there a python middleware that captures errors from web app and emails it? which is the easiest one to use.
i am deploying app using nginx proxying to multiple app servers of gunicorn+web.py framework. right now any error is printed out in each app server, which is not very easy to manage.
what is the best way to handle this?