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

Feature/GELFHandler backport #106

Closed nklapste closed 4 years ago

nklapste commented 5 years ago

Adds a subclass of GELFUDPHandler that acts a backport of 0.3.X's definition of GELFHandler.

codecov-io commented 5 years ago

Codecov Report

Merging #106 into master will increase coverage by 0.11%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #106      +/-   ##
=========================================
+ Coverage   94.69%   94.8%   +0.11%     
=========================================
  Files           3       3              
  Lines         226     231       +5     
=========================================
+ Hits          214     219       +5     
  Misses         12      12
Impacted Files Coverage Δ
graypy/handler.py 98.79% <100%> (+0.03%) :arrow_up:
graypy/__init__.py 71.42% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 32018c4...1ff5a0b. Read the comment docs.