hashicorp / hashicorp/go-retryablehttp
Add support for retrieving logger from `context.Context`
Open
- Dominant language
- Go
- Stars
- 2.3k
- Forks
- 298
- PR merge metrics
- No merged PRs in 30d
Description
It's a common pattern to have a logger saved into the `context.Context` so that various pieces of information can be added to it - trace ID, user ID, etc. The problem is that the library doesn't support passing the context into the logger.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.