Skip to content

Commit

Permalink
Remove user agent logging (doesn't add significant value)
Browse files Browse the repository at this point in the history
We can reintroduce path/agent logging at a later point, this just clogs
verbose logs.
  • Loading branch information
smarterclayton committed Jan 12, 2015
1 parent fad38a5 commit d17f75f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/apiserver/apiserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ func (g *APIGroupVersion) InstallREST(container *restful.Container, root string,
// TODO: eliminate all the restful wrappers
// TODO: create a separate handler per verb
h := func(req *restful.Request, resp *restful.Response) {
glog.V(4).Infof("User-Agent: %s\n", req.HeaderParameter("User-Agent"))
strippedHandler.ServeHTTP(resp.ResponseWriter, req.Request)
}

Expand Down

0 comments on commit d17f75f

Please sign in to comment.