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/improved classing #117

Closed nklapste closed 5 years ago

nklapste commented 5 years ago

Improved subclassing and inheritance to help permit modification of graypy's GELF handlers.

Features:

codecov-io commented 5 years ago

Codecov Report

Merging #117 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #117   +/-   ##
=======================================
  Coverage   94.69%   94.69%           
=======================================
  Files           3        3           
  Lines         226      226           
=======================================
  Hits          214      214           
  Misses         12       12
Impacted Files Coverage Δ
graypy/handler.py 98.75% <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 6b2518c...34c8edd. Read the comment docs.