Python AMQP logging
For a project I’ve been working on, I needed to distribute logging information to a bunch of destinations. As part of this, I decided to write a Python logging module piece that will gateway all the log records to an AMQP exchange. I’ve posted it on PyPI as py-amqp-logging. Right now it’s very alpha, but it does work. It’s only been tested with RabbitMQ at this point.
You can track development on bitbucket.
Comments Off