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

Removal of the ``facility`` field in graypy logs #96

Open nklapste opened 5 years ago

nklapste commented 5 years ago

Presently the GLEF facility field is deprecated. As stated in their docs: http://docs.graylog.org/en/2.4/pages/gelf.html#gelf-payload-specification

We could either drop sending this field or send it as additional field _facility.

nklapste commented 5 years ago

This is also similar for the line and file fields