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.
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.
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.
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.
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.
24th April 2007, 6:50 am