Practical notes on Enterprise software systems and the economics of software.
...by Daniel Szego
"Simplicity is the ultimate sophistication."
Leonardo da Vinci
Thursday, August 1, 2019
Hyperledger Fabric tips and tricks - chaincode log ID
If you log your chaincode activity, like with the help of a standard logger, it is always a good idea to know for which call was your log message generated. You can use the getTxId() function call to log the transaction ID for you message.