Doichain/dapp

Write logging concept

Open

#125 opened on Feb 20, 2020

 (0 comments) (0 reactions) (0 assignees)JavaScript (13 forks)auto 404
A prioritybountyenhancementhelp wantedtesttext & doc

Repository metrics

Stars
 (6 stars)
PR merge metrics
 (PR metrics pending)

Description

The logging concept of dApp, doichain-meteor-api and connected Doichain modules are still somewhat incomplete and insufficient.

A better logging concept respecting all modules and node types should be written. e.g.

  • Send-dApp mode (Alice)
  • Validator-dApp mode (Bob)
  • RPC-API

It should be possible to switch on and of different log levels via settings collection in db and through the web frontend.

Please provide a written concept on how to implement this into Doichain dApp and doichain-meteor-API and associated modules.

Contributor guide