Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

3. Exploration of Performance-related DEBUG LEVEL Logs:

My current focus is on exploring Explored the potential of DEBUG LEVEL logs for uncovering performance insights. By analysing these logs, I aim to identify hidden bottlenecks, resource usage patterns, and optimization opportunities.

4. Analysing Logs related to Gateway Functionality

Chaincode Logging Analysis in Hyperledger Fabric Versions 2.3 and 2.4

The following table showcases the collected logs from deploying various chaincodes from the Hyperledger Fabric samples repository for analysis in versions 2.3 and 2.4.

Repository Link: https://github.com/hyperledger/fabric-samples

Chaincode NameGatewayEndorsement PolicyExpected LogsLogs VersionLog Levels
asset-transfer-basicYesDefault Transaction, Endorsement & Gateway Logs2.3, 2.4INFO, DEBUG
asset-transfer-basicNoDefault Transaction & Endorsement Logs2.3, 2.4INFO
asset-transfer-sbeNoAND (All Org Signatures)Endorsement from the peers of all the organizations & Transaction Logs2.3, 2.4INFO
asset-transfer-private-dataYesOR (Any Org Signatures) Endorsement from either of all the organizations & Endorsement Logs2.3, 2.4INFO, DEBUG