From ed290b271e53097597b263da20aafe088c55c64b Mon Sep 17 00:00:00 2001 From: iamqizhao Date: Tue, 28 Jul 2015 20:12:10 -0700 Subject: [PATCH] revert a change --- trace.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trace.go b/trace.go index 316cc2c8b..246357406 100644 --- a/trace.go +++ b/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".