Simon Willison’s Weblog

Subscribe

1 item tagged “djangodblog”

2008

django-db-log. Middleware that logs Django exceptions to the database, using a clever scheme based on an MD5 of the traceback text to group duplicate errors in to batches.

# 13th May 2008, 8:07 am / david-cramer, django, djangodblog, exceptions, logging, middleware