added log message to capture that log handlers have been turned on.

This commit is contained in:
Alejandro Escobar 2017-02-14 14:58:59 -08:00
parent 7332baf9a3
commit 5d71eb4b05

View File

@ -285,6 +285,7 @@ const pprofBasePath = "/debug/pprof/"
// InstallDeguggingHandlers registers the HTTP request patterns that serve logs or run commands/containers
func (s *Server) InstallDebuggingHandlers(criHandler http.Handler) {
glog.Infof("Adding Debug Handlers")
var ws *restful.WebService
ws = new(restful.WebService)