You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ncdc and I noticed today that the RoundTripper we add here runs after the others that set up the resource path, so the klog.V(6) output for the path we're sending requests to, etc, is wrong and does not reflect where we actually send them. We need to determine if its possible to reorder things here so that the verbose logging output is correct.
The text was updated successfully, but these errors were encountered:
@ncdc and I noticed today that the
RoundTripper
we add here runs after the others that set up the resource path, so theklog.V(6)
output for the path we're sending requests to, etc, is wrong and does not reflect where we actually send them. We need to determine if its possible to reorder things here so that the verbose logging output is correct.The text was updated successfully, but these errors were encountered: