hoprnet / hopr-core

Main repository of HOPR - this is all you need to run a node on the HOPR network!
https://hoprnet.org
GNU General Public License v3.0
14 stars 5 forks source link

Extract logs into JSON file format from a running HOPR core node #203

Closed 0xjjpa closed 3 years ago

0xjjpa commented 4 years ago

Before

node chat/lib/index.js 2>log.txt

After

node chat/lib/index.js 2>log.json

HOPR

js-libp2p => hopr

Filecoin

go-libp2p => filecoin_node, log_server
nionis commented 4 years ago

After our meeting with @SCBuergel we decided to move this to Sprint 10 and focus on some other new issues