Skip to content

Fix logger and move failure case#430

Merged
openshift-merge-bot[bot] merged 2 commits intoopenstack-k8s-operators:mainfrom
kstrenkova:fix-logger-and-move-failure-case
Apr 1, 2026
Merged

Fix logger and move failure case#430
openshift-merge-bot[bot] merged 2 commits intoopenstack-k8s-operators:mainfrom
kstrenkova:fix-logger-and-move-failure-case

Conversation

@kstrenkova
Copy link
Copy Markdown
Contributor

@kstrenkova kstrenkova commented Mar 31, 2026

The common logger was not taking context into consideration and therefore it was not printing out logs the same way as other loggers. With this PR the common logger should now print logs correctly.

Additionally, it moves error handling directly after NextAction call instead of deferring it until later in the reconcile flow. This prevents executing unnecessary operations when NextAction has already failed.

The common logger was not taking context into consideration and
therefore it was not printing out logs the same way as other
loggers. With this PR the common logger should now print logs
correctly.
Move error handling directly after NextAction call instead of
deferring it until later in the reconcile flow. This prevents
executing unnecessary operations when NextAction has already
failed.
@openshift-ci openshift-ci bot requested review from adrianfusco and sdatko March 31, 2026 14:31
@kstrenkova
Copy link
Copy Markdown
Contributor Author

/retest

@openshift-ci
Copy link
Copy Markdown

openshift-ci bot commented Apr 1, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: adrianfusco, kstrenkova

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

The pull request process is described here

Details 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-bot openshift-merge-bot bot merged commit 51df3a4 into openstack-k8s-operators:main Apr 1, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants