Commit 82a5cab1 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #39419 from nebril/no-more-panics-in-apiserver-logs

Automatic merge from submit-queue Get rid of panics.go in apiserver logs Displaying the place in which the "real" handler is was discarded as too big change - it would cause all HTTP handlers need to handle request logging on their own. fixes #37706
parents 373e7ef0 978d4f73
......@@ -15,8 +15,8 @@ go_library(
"doc.go",
"longrunning.go",
"maxinflight.go",
"panics.go",
"timeout.go",
"wrap.go",
],
tags = ["automanaged"],
deps = [
......
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