Strip the verbosity of the debug handler
This commit is contained in:
		@@ -5,11 +5,6 @@ import (
 | 
			
		||||
	"github.com/micro/go-micro/server/debug"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
// We use this to wrap any debug handlers so we preserve the signature Debug.{Method}
 | 
			
		||||
type Debug struct {
 | 
			
		||||
	debug.DebugHandler
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func registerDebugHandler(s server.Server) {
 | 
			
		||||
	s.Handle(s.NewHandler(&Debug{s.Options().DebugHandler}, server.InternalHandler(true)))
 | 
			
		||||
	s.Handle(s.NewHandler(&debug.Debug{s.Options().DebugHandler}, server.InternalHandler(true)))
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user