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
docker/distrubtion has a pretty nice context package with a WithTrace func for doing dapper-like traces. I think we could borrow some of what they're doing and bring it in here. I particularly like that integration with logging, allowing context objects to be accessed with . delimited strings, and being able to get a new logger with key value pairs from context keys.
The text was updated successfully, but these errors were encountered:
docker/distrubtion has a pretty nice context package with a WithTrace func for doing dapper-like traces. I think we could borrow some of what they're doing and bring it in here. I particularly like that integration with logging, allowing context objects to be accessed with
.
delimited strings, and being able to get a new logger with key value pairs from context keys.The text was updated successfully, but these errors were encountered: