By mitchp
via blog.n01se.net
Published: Aug 13 2012 / 07:46
At work we have a production site that uses httplib (via httplib2) on the server to communicate with internal servers using a RESTful API. When something doesn't work as expected in this process, we like to know about it, so our app sends email with the exception traceback and whatever relevant data we can pull together.
Add your comment