scrtlabs / enigma-p2p

The Enigma Worker Peer-to-Peer (P2P) package written in Node.js based on libp2p-js
https://enigma.co/protocol/
GNU Affero General Public License v3.0
38 stars 4 forks source link

Logger #266

Closed Cashmaney closed 4 years ago

Cashmaney commented 4 years ago

Moved to log4js, some customization, etc. Mainly as part of a move to standardize logs across the project

codecov[bot] commented 4 years ago

Codecov Report

Merging #266 into develop will decrease coverage by 0.11%. The diff coverage is 71.42%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #266      +/-   ##
===========================================
- Coverage    75.79%   75.67%   -0.12%     
===========================================
  Files          105      105              
  Lines         5073     5053      -20     
===========================================
- Hits          3845     3824      -21     
- Misses        1228     1229       +1
Impacted Files Coverage Δ
src/worker/EnigmaNode.js 67.54% <ø> (ø) :arrow_up:
src/worker/handlers/ProtocolHandler.js 60.67% <ø> (ø) :arrow_up:
src/common/constants.js 100% <ø> (ø) :arrow_up:
src/core/ipc.js 89.09% <ø> (ø) :arrow_up:
src/ethereum/EnigmaContractReaderAPI.js 54.05% <0%> (ø) :arrow_up:
src/ethereum/EnigmaContractAPIBuilder.js 90.55% <100%> (ø) :arrow_up:
src/worker/controller/NodeController.js 78.88% <100%> (ø) :arrow_up:
src/common/logger.js 78.57% <72.72%> (-15.55%) :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 a75c05f...152a234. Read the comment docs.