Is there a way to disable the tracingEnabled option used in ManagedChannelImplBuilder? #11619
Unanswered
zerocooldog
asked this question in
Q&A
Replies: 1 comment 2 replies
-
That says "DEBUG." That's not an error. This is regular and expected behavior. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I 'm only using the gRPC client, so I added three basic libraries as dependencies.
After that, I customized the package using shadowJar.
However, after implementing the client and communicating with the server, I encountered the following error. (Even though the error message appears, it seems that communication is working well.)
I found and analyzed the source of ManagedChannelImplBuilder, and I see that the tracingEnabled value is processed when it is set to true.
However, I don't know how to disable this option.
Is there a way to do it?
ps. The same error message is displayed even without using shadowJar.
grpcVersion = "1.68.0" // CURRENT_GRPC_VERSION
Beta Was this translation helpful? Give feedback.
All reactions