severb / graypy

Python logging handler for Graylog that sends messages in GELF (Graylog Extended Log Format).
https://www.graylog.org/
BSD 3-Clause "New" or "Revised" License
258 stars 90 forks source link

Bugfix/replace dependency amqplib with amqp #143

Open Felix2048 opened 10 months ago

Felix2048 commented 10 months ago

Resolves https://github.com/severb/graypy/issues/140.

Fixes issue where graypy fails to import the client_0_8 from amqplib. See https://github.com/celery/py-amqp.