mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
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
This commit is contained in:
commit
82a5cab1ce
@ -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