Skip to content

Commit

Permalink
Fix NewTransport
Browse files Browse the repository at this point in the history
  • Loading branch information
arybolovlev committed Nov 23, 2023
1 parent d624aad commit d923983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest/provider/clients.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ func (ps *RawProviderServer) getOAPIv2Foundry() (openapi.Foundry, error) {
func loggingTransport(rt http.RoundTripper) http.RoundTripper {
return &loggingRountTripper{
ot: rt,
lt: logging.NewTransport("Kubernetes API", rt),
lt: logging.NewSubsystemLoggingHTTPTransport("Kubernetes API", rt),
}
}

Expand Down

0 comments on commit d923983

Please sign in to comment.