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

[Go] move logging out of internal #248

Merged
merged 1 commit into from
May 26, 2024
Merged

[Go] move logging out of internal #248

merged 1 commit into from
May 26, 2024

Conversation

jba
Copy link
Contributor

@jba jba commented May 25, 2024

Move logging support out of internal so third-party plugins
can use it.

We can't put it in core because tracing needs it, so I made a
package for it. At that point I felt that logger.FromContext
read better than logging.Logger.

Move logging support out of internal so third-party plugins
can use it.

We can't put it in core because tracing needs it, so I made a
package for it. At that point I felt that `logger.FromContext`
read better than `logging.Logger`.
@jba jba merged commit 8e186ae into main May 26, 2024
5 checks passed
@jba jba deleted the jba-move-logging branch May 26, 2024 12:00
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.

2 participants