]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
node-proxy: adjust log levels
authorGuillaume Abrioux <gabrioux@ibm.com>
Wed, 4 Feb 2026 13:16:40 +0000 (14:16 +0100)
committerGuillaume Abrioux <gabrioux@ibm.com>
Thu, 19 Feb 2026 12:54:55 +0000 (12:54 +0000)
commitb4b34b292fd611ff25f492464ba2cd5f11545976
treeeaa8e4bebf4e4a9664af8c7836f4e73d195c57e4
parent09963af1c99699ae6a04aca4256edc26f37fa693
node-proxy: adjust log levels

Let's adjust log levels across the project:

- use warning for bad request in the API,
  when thread is not alive and for retry failure,
- use error for OOB load failure,
- use info for backoff interval,
- use debug in send attempts and for member fetch

Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
(cherry picked from commit c9b7a306f34de0a44541d736822d2528a5b48966)
src/ceph-node-proxy/ceph_node_proxy/api.py
src/ceph-node-proxy/ceph_node_proxy/main.py
src/ceph-node-proxy/ceph_node_proxy/redfish.py
src/ceph-node-proxy/ceph_node_proxy/reporter.py
src/ceph-node-proxy/ceph_node_proxy/util.py