Replace logging library with zap
Open
enhancement
- Dominant language
- Go
- Stars
- 193
- Forks
- 73
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 3
Description
We currently use seelog which isn't really maintained and seems really slow, having a global lock on every log command, even disabled ones.
zap is popular in most go projects I've seen since it's very fast and full featured.
Contributor guide
Assessment
This issue has not been assessed yet.