AppEngine-like log viewer for Django/WSGI applications
Google AppEngine has a very nice Log viewer tool in admin console. It shows messages logged via python logging module grouped by requests with various options for filtering.
Do we have something like this in Django/WSGI world?