-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/gelf1.1 #109
base: master
Are you sure you want to change the base?
Feature/gelf1.1 #109
Conversation
updating fork
Codecov Report
@@ Coverage Diff @@
## master #109 +/- ##
=======================================
Coverage 94.69% 94.69%
=======================================
Files 3 3
Lines 226 226
=======================================
Hits 214 214
Misses 12 12
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #109 +/- ##
=========================================
+ Coverage 95.97% 96.07% +0.1%
=========================================
Files 3 3
Lines 273 280 +7
=========================================
+ Hits 262 269 +7
Misses 11 11
Continue to review full report at Codecov.
|
Updates graypy to follow the GELF 1.1 standard defined at http://docs.graylog.org/en/3.0/pages/gelf.html.
This will change outputted logs of all handlers! But, should conform to GELF 1.1 much more closely!
Adds better validation to GELF additional fields.