-
Notifications
You must be signed in to change notification settings - Fork 352
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
Decision: How to Pass Logger #344
Comments
@arkodg @LukeShu @youngnick @skriss I request your vote on this issue |
I vote for option 1. |
I vote for option 1. I wrote some about why/when I believe that |
I think option 1 is preferable. |
I'll abstain, fine with whatever others prefer. |
I prefer option 4 - Add global library logging scopes |
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged "help wanted" or "no stalebot" or other activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it has not had activity in the last 37 days. If this issue is still valid, please ping a maintainer and ask them to label it as "help wanted" or "no stalebot". Thank you for your contributions. |
Reopened so we can discuss and bring it to closure in the future. |
A logger gets passed around a few different ways throughout EG. Let's make a decision on which approach should be used for the project.
Making this decision will unblock #278:logr.Logger
as an input to funcs.logr.Logger
to go structs andlog.NewLogger()
when initializing the struct.The text was updated successfully, but these errors were encountered: