You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fabric operators need some minimal visibility into chaincode execution
information, without turning on full peer debug.
Message should include context information such as channel and txid, as
well as execution time.
This change adds the following two info messages per chaincode invoke:
[endorser] callChaincode -> INFO 001 [channel][9b5836e1] Entry chaincode: name:"chaincode-name" version:"chaincode-version"
[endorser] callChaincode -> INFO 002 [channel][9b5836e1] Exit chaincode: name:"chaincode-name" version:"chaincode-version" (5.003ms)
Change-Id: I0d116628efb6291f564989a5ff51af5bc4cca6dd
Signed-off-by: David Enyeart <enyeart@us.ibm.com>
Signed-off-by: Matthew Sykes <sykesmat@us.ibm.com>
0 commit comments