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

Improve debug roundtripper logs #467

Conversation

marioferh
Copy link
Contributor

Improve debug roundtripper logs splitting in different lines

Signed-off-by: Mario Fernandez <mariofer@redhat.com>
level.Debug(rt.logger).Log("msg", "round trip", "requestdump", string(reqd))
level.Debug(rt.logger).Log("msg", "round trip", "requestbody", reqBody)
level.Debug(rt.logger).Log("msg", "round trip", "responsedump", string(resd))
level.Debug(rt.logger).Log("msg", "round trip", "responsebody", resBody)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this one is so long and not legible, any suggestion in order to clean it? thanks

Copy link
Member

Choose a reason for hiding this comment

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

Hmm, I don't think breaking up resBody beyond this would be a good thing. Let's merge and iterate!

Copy link
Contributor Author

@marioferh marioferh Jun 21, 2023

Choose a reason for hiding this comment

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

Yes, next iteration is to fix the body output indent. With fmt.Println is correct, but when the string is passed to logger the output is ruined. I have been trying to fix it but I have not find a easy and fast way to do it.

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jun 13, 2023

@marioferh: all tests passed!

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

Copy link
Member

@saswatamcode saswatamcode left a comment

Choose a reason for hiding this comment

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

LGTM!

level.Debug(rt.logger).Log("msg", "round trip", "requestdump", string(reqd))
level.Debug(rt.logger).Log("msg", "round trip", "requestbody", reqBody)
level.Debug(rt.logger).Log("msg", "round trip", "responsedump", string(resd))
level.Debug(rt.logger).Log("msg", "round trip", "responsebody", resBody)
Copy link
Member

Choose a reason for hiding this comment

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

Hmm, I don't think breaking up resBody beyond this would be a good thing. Let's merge and iterate!

@saswatamcode
Copy link
Member

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jun 21, 2023
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jun 21, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: marioferh, saswatamcode

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 21, 2023
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jun 21, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: marioferh, saswatamcode

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-robot openshift-merge-robot merged commit e3e4b3f into openshift:master Jun 21, 2023
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants