[SG-37398] - Migrate graphqlbackend.RepositoryResolver to use sourcegraph/log
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Created by: gitstart-sourcegraph
Add a logger to schemaResolver, and initialize it with log.Scoped (or logtest where appropriate) wherever schemaResolver is created (unless an existing logger is easily available, in which case that should be used) Add a logger to RepositoryResolver, and let it be injected from NewRepositoryResolver. Use log.Scoped (or logtest where appropriate) to provide the logger at all usages of NewRepositoryResolver 3 log15 usages inside cmd/frontend/graphqlbackend/repository.go are replaced with calls to the appropriate logger
Push commits to the source branch or add previously merged commits to review them.