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:
Maciej Kwiek 2017-01-20 12:25:51 +01:00
parent d62fca231e
commit 978d4f73e9
2 changed files with 1 additions and 1 deletions

View File

@ -15,8 +15,8 @@ go_library(
"doc.go", "doc.go",
"longrunning.go", "longrunning.go",
"maxinflight.go", "maxinflight.go",
"panics.go",
"timeout.go", "timeout.go",
"wrap.go",
], ],
tags = ["automanaged"], tags = ["automanaged"],
deps = [ deps = [