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