Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add options to configure logger by interface #188

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kujenga
Copy link

@kujenga kujenga commented Mar 5, 2021

This commit provides users of this library with the ability to configure
any logger of their choosing to be passed into the various components of
this library. Doing so allows use cases such as using other open source
logging packages, e.g. logrus or zap, in conjunction with this library.

Closes #37

@jcchavezs
Copy link
Contributor

@kujenga thanks for coming by. I could not see the logger interface, did you forget to include it?

@coveralls
Copy link

coveralls commented Mar 27, 2021

Coverage Status

Coverage decreased (-0.4%) to 72.762% when pulling 0ed0638 on kujenga:at/log-interface into 815bc64 on openzipkin:master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.4%) to 72.762% when pulling 8430ce5 on kujenga:at/log-interface into 815bc64 on openzipkin:master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.4%) to 72.762% when pulling 8430ce5 on kujenga:at/log-interface into 815bc64 on openzipkin:master.

This commit provides users of this library with the ability to configure
any logger of their choosing to be passed into the various components of
this library. Doing so allows use cases such as using other open source
logging packages, e.g. logrus or zap, in conjunction with this library.

Closes openzipkin#37
@kujenga
Copy link
Author

kujenga commented Mar 27, 2021

Ah, thank you @jcchavezs ! I created a new file for it and missed it in my commit 🙈 all fixed now!

@mbiagetti
Copy link

Sorry guys, any update on this? Can I help? @kujenga @jcchavezs

@kujenga
Copy link
Author

kujenga commented Jun 23, 2021

@jcchavezs if there is anything else needed from here here let me know! would be great to get this in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add structured Logger interface
4 participants