Replies: 2 comments 1 reply
-
Another option is to consider something like https://github.com/tetratelabs/telemetry/blob/master/logger.go which is just an interface. This has zero dependencies and users would be free to choose their implementation. If there are other interface driven libraries, then that would be great. |
Beta Was this translation helpful? Give feedback.
1 reply
-
We moved away from zap in v3 using std logger. We can close this discussion
now.
…On Wed, 31 Aug 2022, 18:20 Ignasi Barrera, ***@***.***> wrote:
Another option is to consider something like
https://github.com/tetratelabs/telemetry/blob/master/logger.go which is
just an interface. This has zero dependencies and users would be free to
choose their implementation. If there are other interface driven libraries,
then that would be great.
—
Reply to this email directly, view it on GitHub
<#121 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAXOYAS6JP65RHLRQB3LRSLV36A3BANCNFSM5JQAIFGQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Zap is a huge library and it requires a lot of dependencies, I'm not sure if it is worth it to keep using zap.
Beta Was this translation helpful? Give feedback.
All reactions