mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
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.
This commit is contained in:
parent
d62fca231e
commit
978d4f73e9
@ -15,8 +15,8 @@ go_library(
|
||||
"doc.go",
|
||||
"longrunning.go",
|
||||
"maxinflight.go",
|
||||
"panics.go",
|
||||
"timeout.go",
|
||||
"wrap.go",
|
||||
],
|
||||
tags = ["automanaged"],
|
||||
deps = [
|
||||
|
Loading…
Reference in New Issue
Block a user