openshift-kni / lifecycle-agent

Local agent for orchestration of SNO Image Based Upgrade
Apache License 2.0
6 stars 26 forks source link

update logging msg for retry middleware #572

Closed pixelsoccupied closed 3 weeks ago

pixelsoccupied commented 3 weeks ago

Retry middleware may detect and report watch calls (along with every explicit calls from lca) as WARNING if e.g api server is down. Generally this can be considered noise and if retry fails it will eventually be caught by the caller and reported possibly as an error anyway.

Update the log to say DEBUG instead.

/cc @donpenney

browsell commented 3 weeks ago

/lgtm

openshift-ci[bot] commented 3 weeks ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: donpenney

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: - ~~[OWNERS](https://github.com/openshift-kni/lifecycle-agent/blob/main/OWNERS)~~ [donpenney] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment