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

Annoying logging while running an app #1439

Closed
lesv opened this issue Feb 18, 2016 · 1 comment
Closed

Annoying logging while running an app #1439

lesv opened this issue Feb 18, 2016 · 1 comment
Assignees
Milestone

Comments

@lesv
Copy link

lesv commented Feb 18, 2016

https://github.com/grpc/grpc-java/blob/master/core/src/main/java/io/grpc/internal/TransportSet.java#L197

hbase(main):001:0> list
TABLE
Feb 17, 2016 6:37:04 PM com.google.bigtable.repackaged.io.grpc.internal.TransportSet$1 run
INFO: Created transport com.google.bigtable.repackaged.io.grpc.netty.NettyClientTransport@5f0f9947(bigtabletableadmin.googleapis.com/74.125.28.219:443) for bigtabletableadmin.googleapis.com/74.125.28.219:443
Feb 17, 2016 6:37:04 PM com.google.bigtable.repackaged.io.grpc.internal.TransportSet$TransportListener transportReady
INFO: Transport com.google.bigtable.repackaged.io.grpc.netty.NettyClientTransport@5f0f9947(bigtabletableadmin.googleapis.com/74.125.28.219:443) for bigtabletableadmin.googleapis.com/74.125.28.219:443 is ready
0 row(s) in 1.0900 seconds
=> []
hbase(main):002:0> 

This is in our Quickstart app, it would be really nice if it went away.

@ejona86 ejona86 self-assigned this Feb 19, 2016
@ejona86 ejona86 added this to the 0.14.0 milestone Feb 19, 2016
@ejona86
Copy link
Member

ejona86 commented Feb 19, 2016

Agreed. I've been a bit annoyed with it as well and the logging hasn't seemed useful during debugging (which is why it was added) even though it's been there for a while. Let's decrease the verbosity for now and see if we end up feeling pain because it isn't displayed by default.

ejona86 added a commit to ejona86/grpc-java that referenced this issue Feb 19, 2016
Most of the time it is just feeling like logspam.

Fixes grpc#1439
ejona86 added a commit to ejona86/grpc-java that referenced this issue Feb 19, 2016
Most of the time it is just feeling like logspam.

Fixes grpc#1439
@lock lock bot locked as resolved and limited conversation to collaborators Sep 22, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants