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

HTTPS support #123

Open AndreaFranchini opened 4 years ago

AndreaFranchini commented 4 years ago

I've got two ideas on how to add this feature: add a flag in the GELFHTTPHandler or create a new GELFHTTPSHandler.

For both of them there is a very low code effort, what do you think about them? How can I open a PR?