Skip to content

Latest commit

 

History

History
14 lines (6 loc) · 223 Bytes

debug.md

File metadata and controls

14 lines (6 loc) · 223 Bytes

Hyperledger Fabric chaincode kit (CCKit)

Chaincode debugging

Use logger in chaincode

c.Logger().Debug("debug message")

Change logging level while performing tests

CORE_CHAINCODE_LOGGING_LEVEL=debug go test