You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Import go-log directly (except in GPBFT) and remove Logging (#427)
* Import go-log directly (except in GPBFT) and remove Logging
It was causing circular import issues (which could have been fixed by
moving it, I guess) but, more importantly, the abstraction really wasn't
pulling its weight. We're keeping it out of GPBFT itself but our other
packages already depend on things like go-datastore and go-libp2p, so
depending on go-log doesn't really matter.
* separate gpbft tracer subsystem and set skip
* Update certexchange/polling/common.go
* Update cmd/f3/run.go
* Update certexchange/server.go
---------
Co-authored-by: Jakub Sztandera <oss@kubuxu.com>
0 commit comments