Skip to content

Commit

Permalink
[FABG-859] Fabric Logging Variable Update
Browse files Browse the repository at this point in the history
Updated Fabric Logging Environment Variable to FABRIC_LOGGING_SPEC. The changes to Fabric were implemented in https://jira.hyperledger.org/browse/FAB-12357.

Change-Id: I83a2d30e5292ddfd896d4912f557af0e991d43c4
Signed-off-by: Rolson Quadras <rolson.quadras@securekey.com>
  • Loading branch information
rolsonquadras committed Apr 29, 2019
1 parent 745c9b9 commit 48bb0d1
Showing 1 changed file with 5 additions and 16 deletions.
21 changes: 5 additions & 16 deletions test/fixtures/dockerenv/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ services:
orderer1:
image: ${FABRIC_DOCKER_REGISTRY}${FABRIC_ORDERER_FIXTURE_IMAGE}:${FABRIC_ARCH}${FABRIC_ARCH_SEP}${FABRIC_ORDERER_FIXTURE_TAG}
environment:
- ORDERER_GENERAL_LOGLEVEL=info
- FABRIC_LOGGING_SPEC=info
- ORDERER_GENERAL_LISTENADDRESS=0.0.0.0
- ORDERER_GENERAL_GENESISMETHOD=file
- ORDERER_GENERAL_GENESISFILE=/etc/hyperledger/configtx/twoorgs.genesis.block
Expand Down Expand Up @@ -105,9 +105,7 @@ services:
environment:
- CORE_VM_ENDPOINT
- CORE_PEER_ID=peer0.org1.example.com
- CORE_LOGGING_PEER=info
# - CORE_LOGGING_GRPC=debug
# - CORE_LOGGING_GOSSIP=debug
- FABRIC_LOGGING_SPEC=info
# - CORE_CHAINCODE_STARTUPTIMEOUT=30s
- CORE_CHAINCODE_LOGGING_SHIM=debug
- CORE_CHAINCODE_LOGGING_LEVEL=debug
Expand Down Expand Up @@ -164,10 +162,7 @@ services:
environment:
- CORE_VM_ENDPOINT
- CORE_PEER_ID=peer1.org1.example.com
- CORE_LOGGING_PEER=info
# - CORE_LOGGING_GRPC=debug
# - CORE_LOGGING_GOSSIP=debug
# - CORE_CHAINCODE_STARTUPTIMEOUT=30s
- FABRIC_LOGGING_SPEC=info
- CORE_CHAINCODE_LOGGING_SHIM=debug
- CORE_CHAINCODE_LOGGING_LEVEL=debug
- CORE_CHAINCODE_BUILDER=${FABRIC_DOCKER_REGISTRY}${FABRIC_BUILDER_FIXTURE_IMAGE}:${FABRIC_ARCH}${FABRIC_ARCH_SEP}${FABRIC_BUILDER_FIXTURE_TAG}
Expand Down Expand Up @@ -223,10 +218,7 @@ services:
environment:
- CORE_VM_ENDPOINT
- CORE_PEER_ID=peer0.org2.example.com
- CORE_LOGGING_PEER=info
#- CORE_LOGGING_MSP=debug
#- CORE_LOGGING_GRPC=debug
# - CORE_LOGGING_GOSSIP=debug
- FABRIC_LOGGING_SPEC=info
# - CORE_CHAINCODE_STARTUPTIMEOUT=30s
- CORE_CHAINCODE_LOGGING_SHIM=debug
- CORE_CHAINCODE_LOGGING_LEVEL=debug
Expand Down Expand Up @@ -284,10 +276,7 @@ services:
environment:
- CORE_VM_ENDPOINT
- CORE_PEER_ID=peer1.org2.example.com
- CORE_LOGGING_PEER=info
#- CORE_LOGGING_MSP=debug
#- CORE_LOGGING_GRPC=debug
# - CORE_LOGGING_GOSSIP=debug
- FABRIC_LOGGING_SPEC=info
# - CORE_CHAINCODE_STARTUPTIMEOUT=30s
- CORE_CHAINCODE_LOGGING_SHIM=debug
- CORE_CHAINCODE_LOGGING_LEVEL=debug
Expand Down

0 comments on commit 48bb0d1

Please sign in to comment.