hyperledger / hyperledger/fabric-private-chaincode
use flogging from https://github.com/hyperledger/fabric-lib-go
Open
good first issue
- Dominant language
- Go
- Stars
- 174
- Forks
- 98
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 1
Description
**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`
Contributor guide
Assessment
This issue has not been assessed yet.