You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Print info from 3 different tracers, including tracing logs with log level DEBUG
GRPC_VERBOSITY=debug GRPC_TRACE=tcp,http,api ./helloworld_application_using_grpc
However I'm not able to see these traces getting enabled while running the RUST code based on etcd-client. Any pointers for the same, or do we support while running this as a RUST progam ?
The text was updated successfully, but these errors were encountered:
The gRPC implementation supports enabling traces as per
https://github.com/grpc/grpc/blob/master/TROUBLESHOOTING.md
However I'm not able to see these traces getting enabled while running the RUST code based on etcd-client. Any pointers for the same, or do we support while running this as a RUST progam ?
The text was updated successfully, but these errors were encountered: