[go: up one dir, main page]

Standardise on a single logging library - uber zap, in our GOB repository.

Currently some of the components in GOB use uberzap, some use logrus. Logrus is in maintenance mode and is no longer developed. What is more, we use mostly a global logger instead of injecting it as dependency what makes testing harder than it should.

Let's unify on uberzap and make sure that the logger is passed as a dependency.