Tools, FAQ, Tutorials:
Create PaperNet Log Console
How to Create PaperNet Log Console using the "logspout" command?
✍: FYIcenter.com
If you are the administrator from MagnetoCorp and want to
Create Log Console to monitor PaperNet Hyperledger Fabric network,
you can follow this tutorial.
1. Create a new terminal window and run the monitordocker.sh script under the magnetocorp sub-directory. It runs the logspout command:
(log console)$ cd ~/hyperledger-binaries/fabric-samples (log console)$ cd commercial-paper/organization/magnetocorp/configuration/cli/ (log console)$ ./monitordocker.sh net_basic ... Starting monitoring on all containers on the network net_basic b7f3586e5d0233de5a454df369b8eadab0613886fc9877529587345fc01a3582 ... peer0.org2.example.com| /opt/go/src/runtime/asm_amd64.s:1333 peer0.org2.example.com|github.com/hyperledger/fabric/gossip/gossip.(*gossipServiceImpl).acceptMessages peer0.org2.example.com| /opt/gopath/src/github.com/hyperledger/fabric/gossip/gossip/gossip_impl.go:330 peer0.org2.example.com|runtime.goexit
If you see some log messages related peer0.org2.example.com, it's a leftover from previous tutorials. You can stop those containers manually.
Leave this log console terminal window running, so you can monitor the log messages.
⇒ Start CLI Container for MagnetoCorp Admin
⇐ Start basic-network for PaperNet
2019-12-19, ∼1538🔥, 0💬
Popular Posts:
How to use "json-to-xml" Azure API Policy Statement? The "json-to-xml" Policy Statement allows you t...
How to use the "set-backend-service" Policy Statement for an Azure API service operation? The "set-b...
How To Avoid the Undefined Index Error in PHP? If you don't want your PHP page to give out errors as...
How To Merge Cells in a Column? If you want to merge multiple cells vertically in a row, you need to...
How To Access a Global Variable inside a Function? in PHP? By default, global variables are not acce...