Closed SockeThe2nd closed 5 years ago
Merging #4 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #4 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 1 1
Lines 76 75 -1
=====================================
- Hits 76 75 -1
Impacted Files | Coverage Δ | |
---|---|---|
lib/index.js | 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 cad1836...fc9cff0. Read the comment docs.
Thanks for this, much appreciated.
Published to NPM in version 1.0.2
When using log4js with the GELF-Appender like this, only the first message is sent correctly. GELF_DATA.GELF is removed after the first call.
Field is not used later as all fields not starting with underscore are removed anyway. The fix keeps the input-object unchanged. And allows this kind of usage.