I'm trying to run the docker-compose up
command, but I'm getting an error from the grpc logger. I'm following the steps given on this website and I'm stuck at step 4 (Start the blockchain network).
I tried various images for the fabric peer, for example:
- hyperledger/fabric-peer:x86_64-1.0.1
- hyperledger/fabric-peer
- hyperledger/fabric-peer:x86_64-1.0.0-rc1
- etc.
Here is my docker-compose.yml file for the fabric image:
vp0:image: "hyperledger/fabric-peer:x86_64-1.0.1"
I get the following error when running docker-compose up
:
DEBU 1a9 Module 'grpc' logger enabled for log level 'ERROR'
How can I fix this problem?