Länk - Python to Redis to IRC to PasteBin
I wrote a custom logging handler that pushes JSON-encoded log record data to a redis pub/sub channel. I then have an IRC bot that subscribes to this channel and when it receives a message generates a paste of the traceback and pings me with a link to the traceback.
Read more: charles leifer | Using Redis Pub/Sub and IRC for Error Logging with Python