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

Normalize checkpoint logs. #13643

Merged
merged 1 commit into from Feb 21, 2024
Merged

Normalize checkpoint logs. #13643

merged 1 commit into from Feb 21, 2024

Conversation

nalepae
Copy link
Contributor

@nalepae nalepae commented Feb 21, 2024

What type of PR is this?

Cleanup

What does this PR do? Why is it needed?

Makes chekpoint logs and errors consistent with the rest of the system:

  • log.go file with a common prefixed log variable
  • uppercase logs

@nalepae nalepae requested a review from a team as a code owner February 21, 2024 14:41
@@ -35,7 +35,7 @@ func (rt *testRT) RoundTrip(req *http.Request) (*http.Response, error) {
if rt.rt != nil {
return rt.rt(req)
}
return nil, errors.New("RoundTripper not implemented")
Copy link
Contributor

Choose a reason for hiding this comment

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

RoundTripper is a type, so it might be better to leave it as uppercase

@nalepae nalepae added this pull request to the merge queue Feb 21, 2024
Merged via the queue into develop with commit e09ae75 Feb 21, 2024
17 checks passed
@nalepae nalepae deleted the checkpoint-logs branch February 21, 2024 15:44
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.

None yet

3 participants