[Autoscaler] Temporarily suppress "Removed stale ip mappings" message. (#12689)

This commit is contained in:
Alex Wu 2020-12-08 21:55:10 -08:00 committed by GitHub
parent dc4b5c7aa3
commit bd7e26b768
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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))