Skip to content

Commit b415c00

Browse files
authored
Merge pull request #5456 from chymy/fix-migration-to-structured-logging
fix typo
2 parents 9f8eb4b + 038edf9 commit b415c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributors/devel/sig-instrumentation/migration-to-structured-logging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ func logHTTPRequest(r *http.Request) {
122122
should be replaced with
123123
```go
124124
func Handle(w http.ReponseWriter, r *http.Request) {
125-
klog.Info("Received HTTP request", httpRequestLog(r)...)
125+
klog.InfoS("Received HTTP request", httpRequestLog(r)...)
126126
handle(w, r)
127127
}
128128

0 commit comments

Comments
 (0)