mirror of https://github.com/grpc/grpc-go.git
change the enabletracing value to false
This commit is contained in:
parent
66a455aa02
commit
207c0140f9
|
@ -47,9 +47,10 @@ import (
|
|||
"google.golang.org/grpc/grpclog"
|
||||
)
|
||||
|
||||
func init(){
|
||||
func init() {
|
||||
grpc.EnableTracing = false
|
||||
}
|
||||
|
||||
func newPayload(t testpb.PayloadType, size int) *testpb.Payload {
|
||||
if size < 0 {
|
||||
grpclog.Fatalf("Requested a response with invalid length %d", size)
|
||||
|
|
Loading…
Reference in New Issue