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 logrus, log15, lion as internal options for grpclog #523

Closed
wants to merge 2 commits into from
Closed

Add logrus, log15, lion as internal options for grpclog #523

wants to merge 2 commits into from

Conversation

bufdev
Copy link
Contributor

@bufdev bufdev commented Feb 3, 2016

Signed-off-by: Peter Edge [email protected]

I'm not sure if this violates the no-external-dependencies requirement, but thought I would send this over as it might help some others. We're also discussing grpclog for grpc-gateway in grpc-ecosystem/grpc-gateway#92, and this would add a couple more packages.

Modeled after https://go.pedge.io/dlog

@bradfitz
Copy link
Contributor

bradfitz commented Feb 4, 2016

Squash these commits into one. We don't need to see typo fixes in the git history.

Also, you're right that this shouldn't introduce a dependency.

Especially a dependency just for an interface. An interface can be defined locally if needed. And this interface is too large and not stable. It's marked experimental.

I don't think we want this. Let's identify the problem before we jump to a solution.

Please close this PR and let's discuss on a bug, if there's not already one open.

@bufdev bufdev mentioned this pull request Feb 4, 2016
@bufdev bufdev closed this Feb 4, 2016
@lock lock bot locked as resolved and limited conversation to collaborators Jan 20, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants