Description
Many components rely on the fabric logging fabric. We still import the "old" flogging library directly from the fabric repo, however, we should import this one https://github.com/hyperledger/fabric-lib-go/tree/main/common/flogging
TODOs:
replace "github.com/hyperledger/fabric/common/flogging" with github.com/hyperledger/fabric-lib-go/tree/main/common/flogging in all go files and update go mod files via go mod tidy
Description
Many components rely on the fabric logging fabric. We still import the "old" flogging library directly from the fabric repo, however, we should import this one https://github.com/hyperledger/fabric-lib-go/tree/main/common/flogging
TODOs:
replace
"github.com/hyperledger/fabric/common/flogging"withgithub.com/hyperledger/fabric-lib-go/tree/main/common/floggingin all go files and update go mod files viago mod tidy