Skip to content
This repository was archived by the owner on Feb 4, 2026. It is now read-only.

Latest commit

 

History

History
14 lines (6 loc) · 223 Bytes

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