diff --git a/test-network/compose/compose-test-net.yaml b/test-network/compose/compose-test-net.yaml index da0cf51a..15986a12 100644 --- a/test-network/compose/compose-test-net.yaml +++ b/test-network/compose/compose-test-net.yaml @@ -63,7 +63,7 @@ services: service: hyperledger-fabric environment: - FABRIC_CFG_PATH=/etc/hyperledger/peercfg - - FABRIC_LOGGING_SPEC=INFO + - FABRIC_LOGGING_SPEC=DEBUG #- FABRIC_LOGGING_SPEC=DEBUG - CORE_PEER_TLS_ENABLED=true - CORE_PEER_PROFILE_ENABLED=false @@ -86,6 +86,7 @@ services: - CORE_CHAINCODE_EXECUTETIMEOUT=300s volumes: - ../organizations/peerOrganizations/org1.example.com/peers/peer0.org1.example.com:/etc/hyperledger/fabric + - C:\Users\Daniël\Documents\Git\blockchain-dev\fabric-samples\config:/etc/hyperledger/peercfg - peer0.org1.example.com:/var/hyperledger/production working_dir: /root command: peer node start @@ -102,7 +103,7 @@ services: service: hyperledger-fabric environment: - FABRIC_CFG_PATH=/etc/hyperledger/peercfg - - FABRIC_LOGGING_SPEC=INFO + - FABRIC_LOGGING_SPEC=DEBUG #- FABRIC_LOGGING_SPEC=DEBUG - CORE_PEER_TLS_ENABLED=true - CORE_PEER_PROFILE_ENABLED=false @@ -125,6 +126,7 @@ services: - CORE_CHAINCODE_EXECUTETIMEOUT=300s volumes: - ../organizations/peerOrganizations/org2.example.com/peers/peer0.org2.example.com:/etc/hyperledger/fabric + - C:\Users\Daniël\Documents\Git\blockchain-dev\fabric-samples\config:/etc/hyperledger/peercfg - peer0.org2.example.com:/var/hyperledger/production working_dir: /root command: peer node start