diff --git a/python/ray/autoscaler/_private/load_metrics.py b/python/ray/autoscaler/_private/load_metrics.py index d5f3b73e9..fe851a1dd 100644 --- a/python/ray/autoscaler/_private/load_metrics.py +++ b/python/ray/autoscaler/_private/load_metrics.py @@ -87,7 +87,8 @@ class LoadMetrics: unwanted_key, mapping[unwanted_key])) del mapping[unwanted_key] if unwanted: - logger.info( + # TODO (Alex): Change this back to info after #12138. + logger.debug( "LoadMetrics: " "Removed {} stale ip mappings: {} not in {}".format( len(unwanted), unwanted, active_ips))