Watch System Logs in Real Time with Redis Pub/Sub
Little trick to get access to your logs:
This is a little python log handler that lets you stream your log data over a redis pub/sub channel, so you can monitor your system in real time from any redis client.[…] I am also interested in mapping the python logging names (foo.bar.baz) to redis channels that would enable you to listen to arbitrary applications, or subscribe to a collection using the redis wildcard subscriptions.
On GitHub.
Original title and link: Watch System Logs in Real Time with Redis Pub/Sub (NoSQL databases © myNoSQL)
via: http://jedp.posterous.com/a-python-logging-handler-for-redis-pubsub