Commit 5d71eb4b authored by Alejandro Escobar's avatar Alejandro Escobar

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

parent 7332baf9
...@@ -285,6 +285,7 @@ const pprofBasePath = "/debug/pprof/" ...@@ -285,6 +285,7 @@ const pprofBasePath = "/debug/pprof/"
// InstallDeguggingHandlers registers the HTTP request patterns that serve logs or run commands/containers // InstallDeguggingHandlers registers the HTTP request patterns that serve logs or run commands/containers
func (s *Server) InstallDebuggingHandlers(criHandler http.Handler) { func (s *Server) InstallDebuggingHandlers(criHandler http.Handler) {
glog.Infof("Adding Debug Handlers")
var ws *restful.WebService var ws *restful.WebService
ws = new(restful.WebService) ws = new(restful.WebService)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment