Skip to content

Commit bb05e7b

Browse files
committed
test log level
1 parent e15d855 commit bb05e7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eval_protocol/pytest/remote_rollout_processor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def _get_status() -> Dict[str, Any]:
123123
except requests.exceptions.HTTPError as e:
124124
if e.response is not None and e.response.status_code == 404:
125125
# 404 means server doesn't implement /status endpoint, stop polling
126-
logger.info(
126+
logger.debug(
127127
f"Server doesn't implement /status endpoint (404), stopping status polling for rollout {row.execution_metadata.rollout_id}"
128128
)
129129
continue_polling_status = False

0 commit comments

Comments
 (0)