Commit 978d4f73 authored by Maciej Kwiek's avatar Maciej Kwiek

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.
parent d62fca23
......@@ -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