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
trace package provides http level debug logging for registry-related commands. Since the outgoing requests and incoming response can be processed concurrently, logs in different may intersect between different roundtrip calls.
To make concurrent logs more readable:
Logs for each request/response should be taken atomically. Taking request logging as an example, below logs should be taken in one Logrus call:
trace
package provides http level debug logging for registry-related commands. Since the outgoing requests and incoming response can be processed concurrently, logs in different may intersect between different roundtrip calls.To make concurrent logs more readable:
oras/internal/trace/transport.go
Lines 40 to 43 in d93544d
The text was updated successfully, but these errors were encountered: