前提・実現したいこと
ubuntuにHyperledger Fabricを導入し、そこからWebブラウザ(Microsoft edge)上で
United Marblesというアプリケーションを動かしています。
ターミナルで打ちこんだコマンドが正常に動作しているかを、アプリの画面を見て確認したいのですが、
「debug:」から始まるコメントが自動で更新されていくためコマンドが打てません。
コメントの自動更新を止めるための対処方法について教えていただきたいです。
発生している問題・エラーメッセージ
Linux
1info: [fcw] Going to enroll peer_urls=[grpc://localhost:7051], channel_id=mychannel, uuid=marbles-Docker Compose Network-mychannel-fabric-peer-org1, ca_url=http://localhost:7054, orderer_url=grpc://localhost:7050, enroll_id=PeerAdmin, enroll_secret=-, msp_id=Org1MSP, kvs_path=/home/vagrant/fabric/marbles/config/crypto/prebaked/ 2info: [fcw] Successfully loaded enrollment from persistence 3debug: added peer grpc://localhost:7051 4debug: [fcw] Successfully got enrollment marbles-Docker Compose Network-mychannel-fabric-peer-org1 5debug: [fcw] Querying Channel Stats 6debug: [fcw] Querying Channel Stats 7debug: [fcw] Querying Channel Stats 8debug: [fcw] Querying Channel Stats 9^C 10vagrant@ubuntu-xenial:~/fabric/marbles$ ^C 11vagrant@ubuntu-xenial:~/fabric/marbles$ debug: [fcw] Querying Channel Stats 12debug: [fcw] Querying Channel Stats 13debug: [fcw] Querying Channel Stats 14debug: [fcw] Querying Channel Stats 15debug: [fcw] Querying Channel Stats 16debug: [fcw] Querying Channel Stats
該当のソースコード
Linux
1info: [fcw] Going to enroll peer_urls=[grpc://localhost:7051], channel_id=mychannel, uuid=marbles-Docker Compose Network-mychannel-fabric-peer-org1, ca_url=http://localhost:7054, orderer_url=grpc://localhost:7050, enroll_id=PeerAdmin, enroll_secret=-, msp_id=Org1MSP, kvs_path=/home/vagrant/fabric/marbles/config/crypto/prebaked/ 2info: [fcw] Successfully loaded enrollment from persistence 3debug: added peer grpc://localhost:7051 4debug: [fcw] Successfully got enrollment marbles-Docker Compose Network-mychannel-fabric-peer-org1 5debug: [fcw] Querying Channel Stats 6debug: [fcw] Querying Channel Stats 7debug: [fcw] Querying Channel Stats 8debug: [fcw] Querying Channel Stats 9^C 10vagrant@ubuntu-xenial:~/fabric/marbles$ ^C 11vagrant@ubuntu-xenial:~/fabric/marbles$ debug: [fcw] Querying Channel Stats 12debug: [fcw] Querying Channel Stats 13debug: [fcw] Querying Channel Stats 14debug: [fcw] Querying Channel Stats 15debug: [fcw] Querying Channel Stats 16debug: [fcw] Querying Channel Stats
試したこと
ctrl-cを打ち込んだところ一時的に中断することはできましたが、またすぐに自動更新が始まってしまいました。
補足情報(FW/ツールのバージョンなど)
「早川 勝 (2018). ブロックチェーンの革新技術 Hyperledger Fabricによるアプリケーション開発」を読みながら進めています。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。