Version 3.x by nomiddlename · Pull Request #754 · log4js-node/log4js-node
Navigation Menu
{{ message }}
log4js-node / log4js-node Public
- Notifications You must be signed in to change notification settings
- Fork 761
Merged
Conversation
Copy link
Collaborator
nomiddlename
commented
Jul 12, 2018
nomiddlename
commented
Removed all the optional appenders and their dependencies. Added the tcp client and server. Rewrote the way configuration is loaded.
Gareth Jones and others added 30 commits
October 12, 2017 08:31TCP Appender Refactor
nomiddlename and others added 26 commits
April 20, 2018 07:50Remove mailgun appender
SMTP removal
Remove redis appender
Removed slack appender from version-3.x
Remove RabbitMQ appender
Removed logstash-http appender
Removed logFaces-HTTP appender
chore: removed the logFaces-UDP appender
nomiddlename
added this to the
3.0.0 milestone
Copy link
Codecov Report
Merging #754 into master will increase coverage by
1.89%.
The diff coverage is98.28%.
@@ Coverage Diff @@ ## master #754 +/- ## ========================================== + Coverage 95.72% 97.61% +1.89% ========================================== Files 30 24 -6 Lines 1216 923 -293 ========================================== - Hits 1164 901 -263 + Misses 52 22 -30
| Impacted Files | Coverage Δ | |
|---|---|---|
| lib/connect-logger.js | 100% <100%> (ø) |
⬆️ |
| lib/appenders/recording.js | 100% <100%> (ø) |
⬆️ |
| lib/clustering.js | 100% <100%> (ø) |
|
| lib/log4js.js | 98% <100%> (+0.47%) |
⬆️ |
| lib/categories.js | 100% <100%> (ø) |
|
| lib/LoggingEvent.js | 100% <100%> (ø) |
|
| lib/configuration.js | 100% <100%> (+3.22%) |
⬆️ |
| lib/appenders/tcp-server.js | 100% <100%> (ø) |
|
| lib/appenders/adapters.js | 94.44% <100%> (ø) |
|
| lib/logger.js | 100% <100%> (+2.17%) |
⬆️ |
| ... and 11 more |
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 8c8eea5...24d2663. Read the comment docs.
nomiddlename
merged commit
dcdf2ad
into
master
nomiddlename
deleted the
version-3.x
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment