This year
logging_tree 0.5 : Python Package Index
Introspect and display the logger tree inside "logging"
2011
fluentd documentation
Log.io - Real-time log monitoring in your browser
logstash - open source log management
logstash is a tool for managing events and logs. You can use it to collect logs, parse them, and store them for later use (like, for searching). Speaking of searching, logstash comes with a web interface for searching and drilling into all of your logs.
ExceptionHub | JavaScript Error Tracking
logstalgia - website access log visualization - Google Project Hosting
Logstalgia is a website traffic visualization that replays or streams Apache web-server access logs as a pong-like battle between the web server and an never ending torrent of requests.
MeetBot - Debian Wiki
MeetBot is designed to assist in running meetings, taking notes, and so on. It is in pure python, as a plugin to supybot.
2010
Welcome to Logbook — Logbook
Logbook is a logging sytem for Python that replaces the standard library’s logging module. It was designed with complex and simple applications in mind.
2009
Plumber Jack: Python Logging 101
Basic logging of errors to text files and system logs is an old technique, but not very flexible. In this post, I introduce a logging system for the Python programming language. This system, while it borrows ideas from other systems, is not a port of anything but an independent implementation for use by Python developers.The logging package has been part of Python since Python 2.3 (released in 2002).
logging – Report status, error, and informational messages. - Python Module of the Week
The logging module defines a standard API for reporting errors and status information from all of your modules. The key benefit of having the logging API provided by a standard library module is that all python modules can participate in logging, so your application log can include messages from third-party modules.



