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
260 stars 91 forks source link

Add the ability to set port as string #62

Closed vmarkovtsev closed 8 years ago

vmarkovtsev commented 8 years ago

It is convenient to initialize the handler like GELFHandler(*sys.argv[1].split(":")) - so that the port comes in a string type.