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

fix #49 #50

Closed trisch-me closed 8 years ago

trisch-me commented 9 years ago

fix to support python 2.6 also using iterator instead of copy

severb commented 9 years ago

Hey Alexandra, thanks for the fix but I think this breaks support for py3 because of iteritems() which was removed. If you're OK changing it to items() I'll merge the fix and release an updated version.

trisch-me commented 9 years ago

done :)