Skip to content

Conversation

ian-shim
Copy link
Contributor

Why are these changes needed?

Downgrading some error logs into warn level

Checks

  • I've made sure the tests are passing. Note that there might be a few flaky tests, in that case, please comment that they are not relevant.
  • I've checked the new test coverage and the coverage percentage didn't drop.
  • Testing Strategy
    • Unit tests
    • Integration tests
    • This PR is not tested :(

@ian-shim ian-shim marked this pull request as ready for review January 24, 2025 03:31
relay/server.go Outdated
@@ -233,6 +233,8 @@ func (s *Server) GetBlob(ctx context.Context, request *pb.GetBlobRequest) (*pb.G
return nil, api.NewErrorInvalidArg(fmt.Sprintf("invalid blob key: %v", err))
}

s.logger.Debug("GetBlob request received", "key", request.BlobKey)
Copy link
Contributor

Choose a reason for hiding this comment

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

Think we should use .Hex() here

@ian-shim ian-shim merged commit 9e3235e into Layr-Labs:master Jan 24, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants