Feed Sign in with OpenID OpenID

Simon Willison’s Weblog

5 items tagged “logging”

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. 0 13th May 2008, 8:07 am

daemon.py (via) Neat little Python module for daemonizing a process; handles logging and pid files out of the box. 0 8th January 2008, 9:58 pm

LoggerFS. Clever use of FUSE: a virtual filesystem which looks out for lines appended to a log file (matched with a regular expression) and stores them in a database instead. 0 29th October 2007, 10:40 am

jQuery Logging (via) Brilliant four line jQuery plugin that lets you insert Firebug console.log() calls directly in to chains. 0 19th October 2007, 12:52 pm

django-logging. Looks neat—includes the ability to use Python’s standard logging module to log messages to a footer appended to your site’s HTML output. 0 24th April 2007, 6:50 am

A django site