Merge pull request #5456 from chymy/fix-migration-to-structured-logging
fix typo
This commit is contained in:
commit
b415c00462
|
|
@ -122,7 +122,7 @@ func logHTTPRequest(r *http.Request) {
|
|||
should be replaced with
|
||||
```go
|
||||
func Handle(w http.ReponseWriter, r *http.Request) {
|
||||
klog.Info("Received HTTP request", httpRequestLog(r)...)
|
||||
klog.InfoS("Received HTTP request", httpRequestLog(r)...)
|
||||
handle(w, r)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue