mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
added log message to capture that log handlers have been turned on.
This commit is contained in:
parent
7332baf9a3
commit
5d71eb4b05
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user