You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: keep conflict log precedence over handled-error downgrade
retryAwareErrorLogging checked errorHandledByReconciler before the
HTTP_CONFLICT special-case, so handled errors that were also
KubernetesClientException conflicts no longer emitted the conflict-specific
INFO message. The conflict branch is already low-noise (DEBUG + INFO) and
provides actionable info, so it now keeps precedence over the handled-error
downgrade.
0 commit comments