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

WIP: Feature/GELFTcpHandler backport #107

Closed nklapste closed 5 years ago

nklapste commented 5 years ago

Adding a patched version GELFTcpHandler for ease of adopting from graypy version 0.3.X to 1.X.X.

nklapste commented 5 years ago

108 replaces this PR

codecov-io commented 5 years ago

Codecov Report

Merging #107 into master will increase coverage by 0.25%. The diff coverage is 96.87%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #107      +/-   ##
==========================================
+ Coverage   94.69%   94.94%   +0.25%     
==========================================
  Files           3        3              
  Lines         226      257      +31     
==========================================
+ Hits          214      244      +30     
- Misses         12       13       +1
Impacted Files Coverage Δ
graypy/__init__.py 71.42% <100%> (ø) :arrow_up:
graypy/handler.py 98.43% <96.77%> (-0.33%) :arrow_down:

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...b36885a. Read the comment docs.