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

Added useSSL option to GELFHTTPHandler class #129

Open AsherVM opened 3 years ago

AsherVM commented 3 years ago

Added useSSL option to use HTTPSConnection rather than HTTPConnection