diff --git a/eval_protocol/pytest/remote_rollout_processor.py b/eval_protocol/pytest/remote_rollout_processor.py index dd179e34..23a7d979 100644 --- a/eval_protocol/pytest/remote_rollout_processor.py +++ b/eval_protocol/pytest/remote_rollout_processor.py @@ -123,7 +123,7 @@ def _get_status() -> Dict[str, Any]: except requests.exceptions.HTTPError as e: if e.response is not None and e.response.status_code == 404: # 404 means server doesn't implement /status endpoint, stop polling - logger.info( + logger.debug( f"Server doesn't implement /status endpoint (404), stopping status polling for rollout {row.execution_metadata.rollout_id}" ) continue_polling_status = False