Version 3.x by nomiddlename · Pull Request #754 · log4js-node/log4js-node

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Merged

Version 3.x#754

nomiddlename merged 64 commits intomasterfrom

version-3.x

Conversation

@nomiddlename

Copy link

Collaborator

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:31

nomiddlename and others added 26 commits

April 20, 2018 07:50
Removed slack appender from version-3.x
chore: removed the logFaces-UDP appender

@nomiddlename nomiddlename added this to the 3.0.0 milestone

Jul 12, 2018

@codecov

Copy link

codecov bot commented

Jul 12, 2018

edited

Loading

Codecov Report

Merging #754 into master will increase coverage by 1.89%.
The diff coverage is 98.28%.

Impacted file tree graph

@@            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 nomiddlename merged commit dcdf2ad into master

Jul 12, 2018

@nomiddlename nomiddlename deleted the version-3.x branch

July 12, 2018 11:09

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

3.0.0

Development

Successfully merging this pull request may close these issues.

1 participant

@nomiddlename