-
Notifications
You must be signed in to change notification settings - Fork 1.4k
🌱 Drop internal log package & improve logs and errors #11025
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
Conversation
/test ? |
@sbueringer: The following commands are available to trigger required jobs:
The following commands are available to trigger optional jobs:
Use
In response to this:
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-sigs/prow repository. |
/test pull-cluster-api-e2e-conformance-ci-latest-main |
@chrischdi I'll need some more time for a final review to ensure the log statements all make sense |
14c7fb3
to
1e955f3
Compare
Signed-off-by: Stefan Büringer [email protected]
1e955f3
to
eef88a8
Compare
/test ? |
@sbueringer: The following commands are available to trigger required jobs:
The following commands are available to trigger optional jobs:
Use
In response to this:
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-sigs/prow repository. |
/test pull-cluster-api-e2e-conformance-ci-latest-main |
/assign @chrischdi @fabriziopandini Ready for review :) Would be great to get this merged soon to avoid rebases (already did a bunch of verification / self-review to avoid mistakes, don't want to repeat it) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice cleanup, great to be back to having only one way of doing logs!
/lgtm
LGTM label has been added. Git tree hash: 4d3df1f359b7e80c25842ca26acb368342efa559
|
/assign @chrischdi |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only cosmetical / optional nit on prod code and nit on _test.go
. Feel free to do it in a follow-up PR if it makes it easier for you!
internal/controllers/clusterclass/clusterclass_controller_test.go
Outdated
Show resolved
Hide resolved
/approve for your convenience |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chrischdi 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 |
Thx for the quick review! Should be fixed |
/test pull-cluster-api-e2e-conformance-ci-latest-main |
/lgtm |
LGTM label has been added. Git tree hash: 2cc6fb31fb9b5caf593542ca39f47880efe6a14d
|
/hold cancel |
Signed-off-by: Stefan Büringer [email protected]
What this PR does / why we need it:
Drop the internal/log package in favor of regular log statements.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #7150