Open pwdel opened 2 months ago
Question from me - Zap documentation differentiates between the SugaredLogger
(4-10x faster, not suitable for contexts where performance and type safety are critical) and the Logger
(better for performance and type safety, slower, only supports structured logging)
Thoughts on whether to use SugaredLogger
or Logger
in different contexts for SocialPredict?
https://github.com/uber-go/zap/tree/master