Closed volekerb closed 4 years ago
As proposed in #247 we have to change fmt.println logging to log but at the same time suggest to use uber/zap since it has better performance compare to logrus which is used in master
There are more important advantages imo:
Now that the DBFT library is using it it's more important to fix this issue for logging consistency.
As proposed in #247 we have to change fmt.println logging to log but at the same time suggest to use uber/zap since it has better performance compare to logrus which is used in master