mirror of https://github.com/grpc/grpc-go.git
revert a change
This commit is contained in:
parent
48f64961c0
commit
ed290b271e
2
trace.go
2
trace.go
|
@ -46,7 +46,7 @@ import (
|
|||
|
||||
// EnableTracing controls whether to trace RPCs using the golang.org/x/net/trace package.
|
||||
// This should only be set before any RPCs are sent or received by this program.
|
||||
var EnableTracing = false
|
||||
var EnableTracing = true
|
||||
|
||||
// methodFamily returns the trace family for the given method.
|
||||
// It turns "/pkg.Service/GetFoo" into "pkg.Service".
|
||||
|
|
Loading…
Reference in New Issue