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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃尡 Contextual logging fixes #2445

Merged
merged 5 commits into from
Dec 5, 2022
Merged

Conversation

nrb
Copy link
Contributor

@nrb nrb commented Dec 1, 2022

Summary

Move the following to contextual logging

  • virtual apireconciler
  • pkg/serve

Also disables the newly-introduced key name check for the time being.

Related issue(s)

Fixes #

Signed-off-by: Nolan Brubaker <nolan@nbrubaker.com>
Signed-off-by: Nolan Brubaker <nolan@nbrubaker.com>
@nrb nrb changed the title 馃尡 Additional contextual logging 馃尡 Contextual logging fixes Dec 1, 2022
Signed-off-by: Nolan Brubaker <nolan@nbrubaker.com>
Signed-off-by: Nolan Brubaker <nolan@nbrubaker.com>
@@ -149,13 +149,15 @@ func (c *APIReconciler) enqueueAPIResourceSchema(obj interface{}, logger logr.Lo
return
}

logger = logger.WithValues("cluster", clusterName, "name", name)
Copy link
Contributor

Choose a reason for hiding this comment

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

Use WithObject on the APIResourceSchema

Signed-off-by: Nolan Brubaker <nolan@nbrubaker.com>
@@ -149,7 +149,9 @@ func (c *APIReconciler) enqueueAPIResourceSchema(obj interface{}, logger logr.Lo
return
}

logger = logger.WithValues("cluster", clusterName, "name", name)
if logObj, ok := obj.(logging.Object); ok {
Copy link
Contributor

Choose a reason for hiding this comment

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

We know it must be an APIResourceSchema, which is a logging object, but this works too :)

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Dec 5, 2022
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Dec 5, 2022

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: stevekuznetsov

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 Dec 5, 2022
@stevekuznetsov
Copy link
Contributor

/retest

@openshift-merge-robot openshift-merge-robot merged commit 0f60ffc into kcp-dev:main Dec 5, 2022
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