Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

log and trace fixes #8989

Merged
merged 1 commit into from Apr 29, 2024
Merged

log and trace fixes #8989

merged 1 commit into from Apr 29, 2024

Conversation

butonic
Copy link
Member

@butonic butonic commented Apr 26, 2024

log and tracing related changes extracted from #8909

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
@butonic butonic requested a review from kulmann as a code owner April 26, 2024 15:04
Copy link

update-docs bot commented Apr 26, 2024

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes.

@@ -88,6 +88,9 @@ func (cache IdentityCache) GetUser(ctx context.Context, userid string) (libregra
var user libregraph.User
if item := cache.users.Get(userid); item == nil {
gatewayClient, err := cache.gatewaySelector.Next()
if err != nil {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh and this is an unchecked err ...

@butonic butonic self-assigned this Apr 26, 2024
Copy link

sonarcloud bot commented Apr 26, 2024

@butonic butonic merged commit 32e44a9 into master Apr 29, 2024
4 checks passed
@delete-merged-branch delete-merged-branch bot deleted the log-and-trace-fixes branch April 29, 2024 15:13
ownclouders pushed a commit that referenced this pull request Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants